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);
768
_ = new
PlaceholderRegion
(this, placeholders);
1118
using var _ = new
PlaceholderRegion
(this, placeholders);
1203
using var _ = new
PlaceholderRegion
(this, placeholders);
1333
using var region = new
PlaceholderRegion
(this, placeholders);
1368
using var _ = new
PlaceholderRegion
(this, placeholders);
1393
using var _2 = new
PlaceholderRegion
(this, nodePlaceholders);
1408
using var _3 = new
PlaceholderRegion
(this, spreadPlaceholders);