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