2 overrides of ERR_InvalidDebugInformationFormat
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
187
public override int
ERR_InvalidDebugInformationFormat
=> (int)ErrorCode.ERR_InvalidDebugInformationFormat;
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMessageProvider.cs (1)
331
public override int
ERR_InvalidDebugInformationFormat
1 reference to ERR_InvalidDebugInformationFormat
Microsoft.CodeAnalysis (1)
Emit\EmitOptions.cs (1)
338
diagnostics.Add(messageProvider.CreateDiagnostic(messageProvider.
ERR_InvalidDebugInformationFormat
, Location.None, (int)DebugInformationFormat));