1 write to _semanticModel
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
2399_semanticModel = semanticModel;
7 references to _semanticModel
Microsoft.CodeAnalysis.CSharp (7)
Compilation\MemberSemanticModel.cs (7)
2413return new IncrementalBinder(_semanticModel, binder.WithAdditionalFlags(BinderFlags.SemanticModel)); 2421if (node.SyntaxTree == _semanticModel.SyntaxTree) 2423BoundStatement synthesizedStatement = _semanticModel.GuardedGetSynthesizedStatementFromMap(node); 2450if (statement.WasCompilerGenerated && node.SyntaxTree == _semanticModel.SyntaxTree) 2452_semanticModel.GuardedAddSynthesizedStatementToMap(node, statement); 2475if (node.SyntaxTree == _semanticModel.SyntaxTree) 2477OneOrMany<BoundNode> boundNodes = _semanticModel.GuardedGetBoundNodesFromMap(node);