1 write to _lazySnapshotManager
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
1519
_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
;
1516
(manager is object && remappedSymbols is object && syntax == Root && IsNullableAnalysisEnabled() &&
_lazySnapshotManager
is null));
1937
if (
_lazySnapshotManager
is object)