3 overrides of ERR_InvalidDebugInformationFormat
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
195public override int ERR_InvalidDebugInformationFormat => (int)ErrorCode.ERR_InvalidDebugInformationFormat;
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMessageProvider.cs (1)
331public override int ERR_InvalidDebugInformationFormat
Microsoft.CodeAnalysis.VisualBasic (1)
Errors\MessageProvider.vb (1)
310Public Overrides ReadOnly Property ERR_InvalidDebugInformationFormat As Integer
1 reference to ERR_InvalidDebugInformationFormat
Microsoft.CodeAnalysis (1)
Emit\EmitOptions.cs (1)
336diagnostics.Add(messageProvider.CreateDiagnostic(messageProvider.ERR_InvalidDebugInformationFormat, Location.None, (int)DebugInformationFormat));