7 references to ERR_ExpressionTreeContainsExtensionPropertyAccess
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2507or ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
471Error(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, node); 597Error(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, node);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Semantics\ExtensionTests.cs (4)
39562Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "o.P").WithLocation(24, 23) 39601Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "P").WithLocation(24, 38) 39645Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "P").WithLocation(29, 38) 39719Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "object.P").WithLocation(24, 22)