Base:
property
Compilation
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.VBSemanticModel.Compilation
9 references to Compilation
Microsoft.CodeAnalysis.VisualBasic (9)
Compilation\SpeculativeSyntaxTreeSemanticModel.vb (2)
36
MyBase.New(parentSemanticModel.
Compilation
, DirectCast(parentSemanticModel.
Compilation
.SourceModule, SourceModuleSymbol), root.SyntaxTree, ignoreAccessibility:=parentSemanticModel.IgnoresAccessibility)
Compilation\SyntaxTreeSemanticModel.vb (7)
659
If Not Binder.AddReceiverNamespaces(namespaces, DirectCast(parentInfo.Symbol, Symbol),
Compilation
) Then
664
If Not Binder.AddReceiverNamespaces(namespaces, DirectCast(candidate, Symbol),
Compilation
) Then
1887
Return New RegionAnalysisContext(Me.
Compilation
)
1897
Return New RegionAnalysisContext(
Compilation
, Nothing, node, node, node, region)
1903
Return New RegionAnalysisContext(
Compilation
, memberModel.MemberSymbol, boundNode, boundExpression, boundExpression, region)
1913
Return New RegionAnalysisContext(
Compilation
, Nothing, node, node, node, region)
1920
Return New RegionAnalysisContext(
Compilation
, memberModel.MemberSymbol, boundNode, firstBoundNode, lastBoundNode, region)