3 references to ERR_UnsupportedTransparentIdentifierAccess
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.WithQueryLambdaParametersBinder.cs (1)
79
var info = new CSDiagnosticInfo(ErrorCode.
ERR_UnsupportedTransparentIdentifierAccess
, name, new FormattedSymbol(receiver.ExpressionSymbol ?? receiverType, SymbolDisplayFormat.CSharpErrorMessageNoParameterNamesFormat));
Errors\ErrorFacts.cs (1)
1669
or ErrorCode.
ERR_UnsupportedTransparentIdentifierAccess
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\QueryTests.cs (1)
3735
Diagnostic(ErrorCode.
ERR_UnsupportedTransparentIdentifierAccess
, "x").WithArguments("x", "int").WithLocation(27, 20)