6 instantiations of PlaceholderRegion
Microsoft.CodeAnalysis.CSharp (6)
10 references to PlaceholderRegion
Microsoft.CodeAnalysis.CSharp (10)
Binder\RefSafetyAnalysis.cs (10)
310using var region = new PlaceholderRegion(this, placeholders);
322using var _ = new PlaceholderRegion(this, placeholders);
567private PlaceholderRegion GetArgumentPlaceholders(BoundExpression? receiverOpt, ImmutableArray<BoundExpression> arguments)
583using var _ = GetArgumentPlaceholders(node.ReceiverOpt, node.Arguments);
637using var _ = GetArgumentPlaceholders(receiverOpt: null, node.Arguments);
660using var _ = GetArgumentPlaceholders(node.ReceiverOpt, node.Arguments);
683using var _ = GetArgumentPlaceholders(receiverOpt: null, node.Arguments);
708using var _ = new PlaceholderRegion(this, placeholders);
777using var _ = new PlaceholderRegion(this, placeholders);
874using var region = new PlaceholderRegion(this, placeholders);