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)
239
if (
_placeholderScopes
?.TryGetValue(placeholder, out var existing) == true)
249
_placeholderScopes
[placeholder] = valEscapeScope;
255
Debug.Assert(
_placeholderScopes
?.ContainsKey(placeholder) == true);
265
Debug.Assert(
_placeholderScopes
?.ContainsKey(placeholder) == true);
267
return
_placeholderScopes
?.TryGetValue(placeholder, out var scope) == true
275
if (
_placeholderScopes
?.ContainsKey(placeholder) == true)