10 references to Info
Microsoft.CodeAnalysis.CSharp.Features (10)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (10)
164
context.ReportError(directive.
Info
.Span, string.Format(FileBasedProgramsResources.DuplicateDirective, typeAndName));
518
return new Project(
Info
, name)
532
var sourcePath =
Info
.SourceFile.Path;
562
=> errorReporter(
Info
.SourceFile.Text, sourcePath,
Info
.Span, message);
654
reportError(
Info
.SourceFile.Text,
Info
.SourceFile.Path,
Info
.Span,
661
return new IncludeOrExclude(
Info
)
677
return new IncludeOrExclude(
Info
)