Property | Type | Description | |
---|---|---|---|
_children | Lazy |
Property | Type | Description | |
---|---|---|---|
WithReferences |
Method | Description | |
---|---|---|
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject c ) : |
||
Create ( |
||
WithChild ( int index, |
||
WithConfigurations ( string name, IImmutableList |
||
WithDiagnostics ( IImmutableList |
||
WithId ( int id, Newtonsoft.Json.Linq.JObject change ) : |
||
WithReferences ( ReferencesEventArgs e, Newtonsoft.Json.Linq.JObject c ) : |
||
WithSources ( SourcesEventArgs e ) : |
Method | Description | |
---|---|---|
ProjectEntry ( string rel, bool isOpen, |
Method | Description | |
---|---|---|
WithReferences ( ReferencesEntry newRef, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChanges ) : |
public AsOpen ( bool open, Newtonsoft.Json.Linq.JObject c ) : |
||
open | bool | |
c | Newtonsoft.Json.Linq.JObject | |
return |
public static Create ( |
||
dir | ||
relativePath | string | |
return | ImmutableList |
protected ProjectEntry ( string rel, bool isOpen, |
||
rel | string | |
isOpen | bool | |
dir | ||
directories | ImmutableList |
|
files | ImmutableList |
|
references | ReferencesEntry | |
diagnostics | ImmutableList |
|
id | int | |
sources | ImmutableList |
|
generatedSources | string>.ImmutableDictionary | |
configurations | IImmutableList |
|
return | System |
public WithChild ( int index, |
||
index | int | |
child | ||
changes | Newtonsoft.Json.Linq.JObject | |
subChange | Newtonsoft.Json.Linq.JObject | |
return |
public WithConfigurations ( string name, IImmutableList |
||
name | string | |
configurations | IImmutableList |
|
return |
public WithDiagnostics ( IImmutableList |
||
errors | IImmutableList |
|
warnings | IImmutableList |
|
change | Newtonsoft.Json.Linq.JObject | |
return |
public WithId ( int id, Newtonsoft.Json.Linq.JObject change ) : |
||
id | int | |
change | Newtonsoft.Json.Linq.JObject | |
return |
public WithReferences ( ReferencesEventArgs e, Newtonsoft.Json.Linq.JObject c ) : |
||
e | ReferencesEventArgs | |
c | Newtonsoft.Json.Linq.JObject | |
return |
public WithSources ( SourcesEventArgs e ) : |
||
e | SourcesEventArgs | |
return |