1 write to _remappedSymbols
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
12401
_remappedSymbols
= remappedSymbols;
8 references to _remappedSymbols
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\NullabilityRewriter.cs (8)
187
if (
_remappedSymbols
.TryGetValue(param, out var updatedParam))
200
if (!
_remappedSymbols
.TryGetValue(lambda.ContainingSymbol, out Symbol? updatedContaining) && updatedDelegateType is null)
217
_remappedSymbols
.Add(lambda, updatedLambda);
222
_remappedSymbols
.Add(lambda.Parameters[i], updatedLambda.Parameters[i]);
230
if (
_remappedSymbols
.TryGetValue(local, out var updatedLocal))
237
if (!
_remappedSymbols
.TryGetValue(local.ContainingSymbol, out Symbol? updatedContaining) && !updatedType.HasValue)
240
_remappedSymbols
.Add(local, local);
245
_remappedSymbols
.Add(local, updatedLocal);