20 references to Info
Microsoft.CodeAnalysis.CSharp.Workspaces (20)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (16)
537
return new Project(
Info
, name)
551
var sourcePath =
Info
.SourceFile.Path;
581
=> errorReporter(
Info
.SourceFile.Text, sourcePath,
Info
.Span, message);
649
return new Ref(
Info
, name)
662
var sourcePath =
Info
.SourceFile.Path;
670
errorReporter(
Info
.SourceFile.Text, sourcePath,
Info
.Span,
763
reportError(
Info
.SourceFile.Text,
Info
.SourceFile.Path,
Info
.Span,
770
return new IncludeOrExclude(
Info
)
786
return new IncludeOrExclude(
Info
)
910
reportError(directive.
Info
.SourceFile.Text, directive.
Info
.SourceFile.Path, directive.
Info
.Span,
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (4)
247
var fullPath = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(includeOrExcludeDirective.
Info
.SourceFile.Path)!, expandedPath));
574
directive.
Info
.SourceFile.Text,
575
directive.
Info
.SourceFile.Path,
576
directive.
Info
.Span,