1 write to _semanticModel
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
2437_semanticModel = semanticModel;
7 references to _semanticModel
Microsoft.CodeAnalysis.CSharp (7)
Compilation\MemberSemanticModel.cs (7)
2451return new IncrementalBinder(_semanticModel, binder.WithAdditionalFlags(BinderFlags.SemanticModel)); 2459if (node.SyntaxTree == _semanticModel.SyntaxTree) 2461BoundStatement synthesizedStatement = _semanticModel.GuardedGetSynthesizedStatementFromMap(node); 2488if (statement.WasCompilerGenerated && node.SyntaxTree == _semanticModel.SyntaxTree) 2490_semanticModel.GuardedAddSynthesizedStatementToMap(node, statement); 2513if (node.SyntaxTree == _semanticModel.SyntaxTree) 2515OneOrMany<BoundNode> boundNodes = _semanticModel.GuardedGetBoundNodesFromMap(node);