6 references to PlaceholderRegion
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (6)
355
using var region = new
PlaceholderRegion
(this, placeholders);
369
using var _ = new
PlaceholderRegion
(this, placeholders);
709
_ = new
PlaceholderRegion
(this, placeholders);
951
using var _ = new
PlaceholderRegion
(this, placeholders);
1029
using var _ = new
PlaceholderRegion
(this, placeholders);
1157
using var region = new
PlaceholderRegion
(this, placeholders);