1 write to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
199_placeholderScopes ??= new Dictionary<BoundValuePlaceholderBase, uint>();
6 references to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
194Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) != true); 200_placeholderScopes[placeholder] = valEscapeScope; 206Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 216Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 218return _placeholderScopes?.TryGetValue(placeholder, out var scope) == true 226if (_placeholderScopes?.ContainsKey(placeholder) == true)