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)
231
if (
_placeholderScopes
?.TryGetValue(placeholder, out var existing) == true)
241
_placeholderScopes
[placeholder] = valEscapeScope;
247
Debug.Assert(
_placeholderScopes
?.ContainsKey(placeholder) == true);
257
Debug.Assert(
_placeholderScopes
?.ContainsKey(placeholder) == true);
259
return
_placeholderScopes
?.TryGetValue(placeholder, out var scope) == true
267
if (
_placeholderScopes
?.ContainsKey(placeholder) == true)