1 write to _snapshotManager
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
12224_snapshotManager = snapshotManager;
3 references to _snapshotManager
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\NullabilityRewriter.cs (3)
130if (_snapshotManager?.TryGetUpdatedSymbol(expr, sym, out updatedSymbol) != true) 156var updatedDelegateType = _snapshotManager?.GetUpdatedDelegateTypeForLambda(lambda); 193var updatedType = _snapshotManager?.GetUpdatedTypeForLocalSymbol(local);