9 references to PlaceholderRegion
Microsoft.CodeAnalysis.CSharp (9)
Binder\RefSafetyAnalysis.cs (9)
417
using var region = new
PlaceholderRegion
(this, placeholders);
431
using var _ = new
PlaceholderRegion
(this, placeholders);
753
_ = new
PlaceholderRegion
(this, placeholders);
1090
using var _ = new
PlaceholderRegion
(this, placeholders);
1175
using var _ = new
PlaceholderRegion
(this, placeholders);
1305
using var region = new
PlaceholderRegion
(this, placeholders);
1340
using var _ = new
PlaceholderRegion
(this, placeholders);
1365
using var _2 = new
PlaceholderRegion
(this, nodePlaceholders);
1380
using var _3 = new
PlaceholderRegion
(this, spreadPlaceholders);