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);
950
using var _ = new
PlaceholderRegion
(this, placeholders);
1028
using var _ = new
PlaceholderRegion
(this, placeholders);
1156
using var region = new
PlaceholderRegion
(this, placeholders);