7 references to ERR_ExpressionTreeContainsExtensionPropertyAccess
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2506
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)
42036
Diagnostic(ErrorCode.
ERR_ExpressionTreeContainsExtensionPropertyAccess
, "o.P").WithLocation(24, 23)
42075
Diagnostic(ErrorCode.
ERR_ExpressionTreeContainsExtensionPropertyAccess
, "P").WithLocation(24, 38)
42119
Diagnostic(ErrorCode.
ERR_ExpressionTreeContainsExtensionPropertyAccess
, "P").WithLocation(29, 38)
42193
Diagnostic(ErrorCode.
ERR_ExpressionTreeContainsExtensionPropertyAccess
, "object.P").WithLocation(24, 22)