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)
130
if (
_snapshotManager
?.TryGetUpdatedSymbol(expr, sym, out updatedSymbol) != true)
156
var updatedDelegateType =
_snapshotManager
?.GetUpdatedDelegateTypeForLambda(lambda);
193
var updatedType =
_snapshotManager
?.GetUpdatedTypeForLocalSymbol(local);