6 references to ERR_InvalidFwdType
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1079
or ErrorCode.
ERR_InvalidFwdType
Symbols\Source\SourceAssemblySymbol.cs (2)
2213
diagnostics.Add(ErrorCode.
ERR_InvalidFwdType
, GetAssemblyAttributeLocationForDiagnostic(arguments.AttributeSyntaxOpt));
2244
diagnostics.Add(ErrorCode.
ERR_InvalidFwdType
, GetAssemblyAttributeLocationForDiagnostic(arguments.AttributeSyntaxOpt));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Metadata\PE\TypeForwarders.cs (1)
914
Diagnostic(ErrorCode.
ERR_InvalidFwdType
, "System.Runtime.CompilerServices.TypeForwardedTo(null)"));
Symbols\SymbolErrorTests.cs (2)
13903
Diagnostic(ErrorCode.
ERR_InvalidFwdType
, "TypeForwardedTo(typeof(string[]))"),
13906
Diagnostic(ErrorCode.
ERR_InvalidFwdType
, "TypeForwardedTo(typeof(System.Int32*))"));