8 references to NewT
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (2)
4305case BoundKind.NewT: 5057case BoundKind.NewT:
FlowAnalysis\NullableWalker.cs (2)
2076case BoundKind.NewT: 3961Debug.Assert(node.Kind is BoundKind.ObjectCreationExpression or BoundKind.DynamicObjectCreationExpression or BoundKind.NewT or BoundKind.NoPiaObjectCreationExpression);
Generated\BoundNodes.xml.Generated.cs (2)
7054: base(BoundKind.NewT, syntax, type, hasErrors || initializerExpressionOpt.HasErrors()) 9200case BoundKind.NewT:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
220case BoundKind.NewT:
Operations\CSharpOperationFactory.cs (1)
121case BoundKind.NewT: