1 instantiation of ErrorType
Microsoft.CodeAnalysis (1)
Emit\ErrorType.cs (1)
22public static readonly ErrorType Singleton = new ErrorType();
3 references to ErrorType
Microsoft.CodeAnalysis (1)
Emit\ErrorType.cs (1)
22public static readonly ErrorType Singleton = new ErrorType();
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
975return CodeAnalysis.Emit.ErrorType.Singleton;
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\SymbolTranslator.vb (1)
149Return Microsoft.CodeAnalysis.Emit.ErrorType.Singleton