3 references to UnexpectedDirectiveText
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (3)
794
context.ReportError(string.Format(FileBasedProgramsResources.
UnexpectedDirectiveText
, context.DirectiveKind));
847
context.ReportError(string.Format(FileBasedProgramsResources.
UnexpectedDirectiveText
, context.DirectiveKind));
882
context.ReportError(string.Format(FileBasedProgramsResources.
UnexpectedDirectiveText
, context.DirectiveKind));