1 write to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (1)
Binder\RefSafetyAnalysis.cs (1)
207
_placeholderScopes
??= new Dictionary<BoundValuePlaceholderBase, uint>();
5 references to _placeholderScopes
Microsoft.CodeAnalysis.CSharp (5)
Binder\RefSafetyAnalysis.cs (5)
208
_placeholderScopes
.Add(placeholder, valEscapeScope);
214
Debug.Assert(
_placeholderScopes
is { });
223
Debug.Assert(
_placeholderScopes
is { });
224
return
_placeholderScopes
[placeholder];
242
Debug.Assert(
_placeholderScopes
?.ContainsKey(placeholder) == true);