4 overrides of WasTargetTyped
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (4)
6376public override bool WasTargetTyped { get; } 6648public override bool WasTargetTyped { get; } 6680public override bool WasTargetTyped { get; } 7067public override bool WasTargetTyped { get; }
5 references to WasTargetTyped
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
749Debug.Assert(expr is BoundObjectCreationExpressionBase { WasTargetTyped: true } or
FlowAnalysis\NullableWalker.cs (2)
4014bool isTargetTyped = node.WasTargetTyped; 4850BoundObjectCreationExpressionBase { WasTargetTyped: true } or
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (2)
52Debug.Assert(node.Operand is BoundObjectCreationExpressionBase { WasTargetTyped: true }); 56Debug.Assert(node.Operand is BoundObjectCreationExpressionBase { WasTargetTyped: true } or