1 write to _parentSnapshotManagerOpt
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SpeculativeSemanticModelWithMemberModel.cs (1)
37
_parentSnapshotManagerOpt
= snapshotManagerOpt;
1 reference to _parentSnapshotManagerOpt
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SpeculativeSemanticModelWithMemberModel.cs (1)
117
internal NullableWalker.SnapshotManager? ParentSnapshotManagerOpt =>
_parentSnapshotManagerOpt
;