9 references to PlaceholderRegion
Microsoft.CodeAnalysis.CSharp (9)
Binder\RefSafetyAnalysis.cs (9)
422
using var region = new
PlaceholderRegion
(this, placeholders);
436
using var _ = new
PlaceholderRegion
(this, placeholders);
773
_ = new
PlaceholderRegion
(this, placeholders);
1123
using var _ = new
PlaceholderRegion
(this, placeholders);
1208
using var _ = new
PlaceholderRegion
(this, placeholders);
1338
using var region = new
PlaceholderRegion
(this, placeholders);
1373
using var _ = new
PlaceholderRegion
(this, placeholders);
1398
using var _2 = new
PlaceholderRegion
(this, nodePlaceholders);
1413
using var _3 = new
PlaceholderRegion
(this, spreadPlaceholders);