8 references to ERR_ExpressionTreeContainsExtensionPropertyAccess
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2514or ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
473Error(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, node); 599Error(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, node);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Semantics\ExtensionTests.cs (5)
42336Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "o.P").WithLocation(24, 23) 42375Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "P").WithLocation(24, 38) 42411Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "P").WithLocation(21, 38) 42485Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "object.P").WithLocation(24, 22) 42592Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "P").WithLocation(21, 31)