8 references to ERR_ExpressionTreeContainsExtensionPropertyAccess
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2513or 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)
42331Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "o.P").WithLocation(24, 23) 42370Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "P").WithLocation(24, 38) 42406Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "P").WithLocation(21, 38) 42480Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "object.P").WithLocation(24, 22) 42587Diagnostic(ErrorCode.ERR_ExpressionTreeContainsExtensionPropertyAccess, "P").WithLocation(21, 31)