4 references to WRN_WarningDirective
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
333case ErrorCode.WRN_WarningDirective: 1147or ErrorCode.WRN_WarningDirective
Generated\ErrorFacts.Generated.cs (1)
66case ErrorCode.WRN_WarningDirective:
Parser\DirectiveParser.cs (1)
327eod = this.AddError(eod, triviaOffset, triviaWidth, isError ? ErrorCode.ERR_ErrorDirective : ErrorCode.WRN_WarningDirective, errorText);