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