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