1 write to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
253
_placeholderScopes
??= new Dictionary<BoundValuePlaceholderBase, SafeContextAndLocation>();
4 references to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (4)
Binder\RefSafetyAnalysis.cs (4)
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