4 overrides of WasTargetTyped
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (4)
6374public override bool WasTargetTyped { get; } 6646public override bool WasTargetTyped { get; } 6678public override bool WasTargetTyped { get; } 7065public override bool WasTargetTyped { get; }
4 references to WasTargetTyped
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (2)
3856bool isTargetTyped = node.WasTargetTyped; 4688BoundObjectCreationExpressionBase { 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