1 write to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
240_placeholderScopes ??= new Dictionary<BoundValuePlaceholderBase, SafeContextAndLocation>();
6 references to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
231if (_placeholderScopes?.TryGetValue(placeholder, out var existing) == true) 241_placeholderScopes[placeholder] = valEscapeScope; 247Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 257Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true); 259return _placeholderScopes?.TryGetValue(placeholder, out var scope) == true 267if (_placeholderScopes?.ContainsKey(placeholder) == true)