1 write to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
253_placeholderScopes ??= new Dictionary<BoundValuePlaceholderBase, SafeContextAndLocation>();
6 references to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
244if (_placeholderScopes?.TryGetValue(placeholder, out var existing) == true) 254_placeholderScopes[placeholder] = valEscapeScope; 260Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 270Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 272return _placeholderScopes?.TryGetValue(placeholder, out var scope) == true 280if (_placeholderScopes?.ContainsKey(placeholder) == true)