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);
752
_ = new
PlaceholderRegion
(this, placeholders);
1081
using var _ = new
PlaceholderRegion
(this, placeholders);
1166
using var _ = new
PlaceholderRegion
(this, placeholders);
1296
using var region = new
PlaceholderRegion
(this, placeholders);