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