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