1 write to _lazySnapshotManager
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
1517
_lazySnapshotManager
= manager;
4 references to _lazySnapshotManager
Microsoft.CodeAnalysis.CSharp (4)
Compilation\MemberSemanticModel.cs (4)
158
Debug.Assert(
_lazySnapshotManager
is object || this is AttributeSemanticModel || !IsNullableAnalysisEnabled());
159
return
_lazySnapshotManager
;
1514
(manager is object && remappedSymbols is object && syntax == Root && IsNullableAnalysisEnabled() &&
_lazySnapshotManager
is null));
1935
if (
_lazySnapshotManager
is object)