6 references to PlaceholderRegion
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
416
using var region = new
PlaceholderRegion
(this, placeholders);
430
using var _ = new
PlaceholderRegion
(this, placeholders);
753
_ = new
PlaceholderRegion
(this, placeholders);
1086
using var _ = new
PlaceholderRegion
(this, placeholders);
1171
using var _ = new
PlaceholderRegion
(this, placeholders);
1303
using var region = new
PlaceholderRegion
(this, placeholders);