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