6 references to PlaceholderRegion
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
396
using var region = new
PlaceholderRegion
(this, placeholders);
410
using var _ = new
PlaceholderRegion
(this, placeholders);
733
_ = new
PlaceholderRegion
(this, placeholders);
1037
using var _ = new
PlaceholderRegion
(this, placeholders);
1122
using var _ = new
PlaceholderRegion
(this, placeholders);
1239
using var region = new
PlaceholderRegion
(this, placeholders);