4 references to RegionAnalysisContext
Microsoft.CodeAnalysis.CSharp (4)
Compilation\SyntaxTreeSemanticModel_RegionAnalysisContext.cs (4)
35return new RegionAnalysisContext(Compilation, null, node, node, node);
42return new RegionAnalysisContext(this.Compilation, member, boundNode, first, last);
52return new RegionAnalysisContext(Compilation, null, node, node, node);
59return new RegionAnalysisContext(Compilation, member, boundNode, first, last);