3 references to ERR_NoTypeDef
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
2360=> code == (int)ErrorCode.ERR_NoTypeDef;
Errors\ErrorFacts.cs (1)
661or ErrorCode.ERR_NoTypeDef
Symbols\MissingMetadataTypeSymbol.cs (1)
80return new CSDiagnosticInfo(ErrorCode.ERR_NoTypeDef, this, containingAssembly.Identity);