1 write to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
248_placeholderScopes ??= new Dictionary<BoundValuePlaceholderBase, SafeContextAndLocation>();
6 references to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
239if (_placeholderScopes?.TryGetValue(placeholder, out var existing) == true) 249_placeholderScopes[placeholder] = valEscapeScope; 255Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 265Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 267return _placeholderScopes?.TryGetValue(placeholder, out var scope) == true 275if (_placeholderScopes?.ContainsKey(placeholder) == true)