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