1 write to _remappedSymbols
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
12225_remappedSymbols = remappedSymbols;
8 references to _remappedSymbols
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\NullabilityRewriter.cs (8)
145if (_remappedSymbols.TryGetValue(param, out var updatedParam)) 158if (!_remappedSymbols.TryGetValue(lambda.ContainingSymbol, out Symbol? updatedContaining) && updatedDelegateType is null) 175_remappedSymbols.Add(lambda, updatedLambda); 180_remappedSymbols.Add(lambda.Parameters[i], updatedLambda.Parameters[i]); 188if (_remappedSymbols.TryGetValue(local, out var updatedLocal)) 195if (!_remappedSymbols.TryGetValue(local.ContainingSymbol, out Symbol? updatedContaining) && !updatedType.HasValue) 198_remappedSymbols.Add(local, local); 203_remappedSymbols.Add(local, updatedLocal);