1 write to _lazySnapshotManager
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
1508
_lazySnapshotManager
= manager;
4 references to _lazySnapshotManager
Microsoft.CodeAnalysis.CSharp (4)
Compilation\MemberSemanticModel.cs (4)
148
Debug.Assert(
_lazySnapshotManager
is object || this is AttributeSemanticModel || !IsNullableAnalysisEnabled());
149
return
_lazySnapshotManager
;
1505
(manager is object && remappedSymbols is object && syntax == Root && IsNullableAnalysisEnabled() &&
_lazySnapshotManager
is null));
1913
if (
_lazySnapshotManager
is object)