1 write to _semanticModel
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
2449_semanticModel = semanticModel;
7 references to _semanticModel
Microsoft.CodeAnalysis.CSharp (7)
Compilation\MemberSemanticModel.cs (7)
2463return new IncrementalBinder(_semanticModel, binder.WithAdditionalFlags(BinderFlags.SemanticModel)); 2471if (node.SyntaxTree == _semanticModel.SyntaxTree) 2473BoundStatement synthesizedStatement = _semanticModel.GuardedGetSynthesizedStatementFromMap(node); 2500if (statement.WasCompilerGenerated && node.SyntaxTree == _semanticModel.SyntaxTree) 2502_semanticModel.GuardedAddSynthesizedStatementToMap(node, statement); 2525if (node.SyntaxTree == _semanticModel.SyntaxTree) 2527OneOrMany<BoundNode> boundNodes = _semanticModel.GuardedGetBoundNodesFromMap(node);