1 write to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
201_placeholderScopes ??= new Dictionary<BoundValuePlaceholderBase, uint>();
6 references to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
196Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) != true); 202_placeholderScopes[placeholder] = valEscapeScope; 208Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 218Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 220return _placeholderScopes?.TryGetValue(placeholder, out var scope) == true 228if (_placeholderScopes?.ContainsKey(placeholder) == true)