9 references to ERR_TypeNotFound
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2089
case ErrorCode.
ERR_TypeNotFound
:
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
217
specifierType = new MissingMetadataTypeSymbol.TopLevel(compilation.Assembly.CorLibrary.Modules[0], ref metadataName, new CSDiagnosticInfo(ErrorCode.
ERR_TypeNotFound
, typeName));
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
CodeGen\CodeGenFunctionPointersTests.cs (4)
7623
Diagnostic(ErrorCode.
ERR_TypeNotFound
, "Test").WithArguments("CallConvTest").WithLocation(23, 29)
7643
Diagnostic(ErrorCode.
ERR_TypeNotFound
, "Test").WithArguments("CallConvTest").WithLocation(7, 29)
7710
Diagnostic(ErrorCode.
ERR_TypeNotFound
, "Test").WithArguments("CallConvTest").WithLocation(12, 29)
7728
Diagnostic(ErrorCode.
ERR_TypeNotFound
, "Test").WithArguments("CallConvTest").WithLocation(7, 29)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\FunctionPointerTypeSymbolTests.cs (2)
309
Diagnostic(ErrorCode.
ERR_TypeNotFound
, "invalid").WithArguments("CallConvinvalid").WithLocation(4, 47),
315
Diagnostic(ErrorCode.
ERR_TypeNotFound
, "invalid").WithArguments("CallConvinvalid").WithLocation(5, 47),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\FunctionPointerTests.cs (1)
525
Diagnostic(ErrorCode.
ERR_TypeNotFound
, "cdecl").WithArguments("CallConvcdecl").WithLocation(1, 21),