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); 214Debug.Assert(_placeholderScopes is { }); 223Debug.Assert(_placeholderScopes is { }); 224return _placeholderScopes[placeholder]; 242Debug.Assert(_placeholderScopes?.ContainsKey(placeholder) == true);