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