6 references to PlaceholderRegion
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
310
using var region = new
PlaceholderRegion
(this, placeholders);
322
using var _ = new
PlaceholderRegion
(this, placeholders);
578
return new
PlaceholderRegion
(this, placeholders);
708
using var _ = new
PlaceholderRegion
(this, placeholders);
777
using var _ = new
PlaceholderRegion
(this, placeholders);
874
using var region = new
PlaceholderRegion
(this, placeholders);