9 references to ReportError
Microsoft.CodeAnalysis.CSharp.Features (9)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (9)
155
context.
ReportError
(FileBasedProgramsResources.QuoteInDirective);
306
context.
ReportError
(string.Format(FileBasedProgramsResources.UnrecognizedDirective, context.DirectiveKind));
319
context.
ReportError
(string.Format(FileBasedProgramsResources.MissingDirectiveName, directiveKind));
326
context.
ReportError
(string.Format(FileBasedProgramsResources.InvalidDirectiveName, directiveKind, separator));
402
context.
ReportError
(FileBasedProgramsResources.PropertyDirectiveMissingParts);
412
context.
ReportError
(string.Format(FileBasedProgramsResources.PropertyDirectiveInvalidName, ex.Message));
419
context.
ReportError
(FileBasedProgramsResources.StaticGraphRestoreNotSupported);
491
context.
ReportError
(string.Format(FileBasedProgramsResources.MissingDirectiveName, context.DirectiveKind));
623
context.
ReportError
(string.Format(FileBasedProgramsResources.MissingDirectiveName, directiveKind));