1 write to _thisSyntaxNodeOnly
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.NodeMapBuilder.cs (1)
25
_thisSyntaxNodeOnly
= thisSyntaxNodeOnly;
2 references to _thisSyntaxNodeOnly
Microsoft.CodeAnalysis.CSharp (2)
Compilation\MemberSemanticModel.NodeMapBuilder.cs (2)
271
if (
_thisSyntaxNodeOnly
!= null && currentBoundNode.Syntax !=
_thisSyntaxNodeOnly
)