Method | Description | |
---|---|---|
RetrieveCompilation ( string name, string path, CSharpSyntaxTree sourceTree, bool loadMsCoreLib = false ) : Microsoft.CodeAnalysis.CSharp.CSharpCompilation |
|
|
RetrieveSemanticModel ( Compilation compilation, CSharpSyntaxTree sourceTree ) : Microsoft.CodeAnalysis.SemanticModel |
|
|
RetrieveSemanticModel ( string name, string path, CSharpSyntaxTree sourceTree, bool loadMsCoreLib = false ) : Microsoft.CodeAnalysis.SemanticModel |
|
Method | Description | |
---|---|---|
GetMsCoreLibMetadataReference ( ) : Microsoft.CodeAnalysis.PortableExecutableReference |
public static RetrieveCompilation ( string name, string path, CSharpSyntaxTree sourceTree, bool loadMsCoreLib = false ) : Microsoft.CodeAnalysis.CSharp.CSharpCompilation | ||
name | string | |
path | string | |
sourceTree | CSharpSyntaxTree | |
loadMsCoreLib | bool | |
return | Microsoft.CodeAnalysis.CSharp.CSharpCompilation |
public static RetrieveSemanticModel ( Compilation compilation, CSharpSyntaxTree sourceTree ) : Microsoft.CodeAnalysis.SemanticModel | ||
compilation | Compilation | |
sourceTree | CSharpSyntaxTree | |
return | Microsoft.CodeAnalysis.SemanticModel |
public static RetrieveSemanticModel ( string name, string path, CSharpSyntaxTree sourceTree, bool loadMsCoreLib = false ) : Microsoft.CodeAnalysis.SemanticModel | ||
name | string | |
path | string | |
sourceTree | CSharpSyntaxTree | |
loadMsCoreLib | bool | |
return | Microsoft.CodeAnalysis.SemanticModel |