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)
244
if (
_placeholderScopes
?.TryGetValue(placeholder, out var existing) == true)
254
_placeholderScopes
[placeholder] = valEscapeScope;
260
Debug.Assert(
_placeholderScopes
?.ContainsKey(placeholder) == true);
270
Debug.Assert(
_placeholderScopes
?.ContainsKey(placeholder) == true);
272
return
_placeholderScopes
?.TryGetValue(placeholder, out var scope) == true
280
if (
_placeholderScopes
?.ContainsKey(placeholder) == true)