1 write to _memberSymbol
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
57
_memberSymbol
= memberSymbol;
2 references to _memberSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compilation\MemberSemanticModel.cs (2)
88
return
_memberSymbol
;
176
speculativeModel = new SpeculativeSemanticModelWithMemberModel(parentModel, position,
_memberSymbol
, type, binder, GetRemappedSymbols(), GetSnapshotManager());