20 references to Info
Microsoft.CodeAnalysis.CSharp.Workspaces (20)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (16)
1048
return new Project(
Info
, name)
1063
var sourcePath =
Info
.SourceFile.Path;
1093
=> errorReporter(
Info
.SourceFile.Text, sourcePath,
Info
.Span, message);
1182
return new Ref(
Info
, name)
1196
var sourcePath =
Info
.SourceFile.Path;
1204
errorReporter(
Info
.SourceFile.Text, sourcePath,
Info
.Span,
1300
reportError(
Info
.SourceFile.Text,
Info
.SourceFile.Path,
Info
.Span,
1307
return new IncludeOrExclude(
Info
)
1323
return new IncludeOrExclude(
Info
)
1447
reportError(directive.
Info
.SourceFile.Text, directive.
Info
.SourceFile.Path, directive.
Info
.Span,
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (4)
255
var fullPath = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(includeOrExcludeDirective.
Info
.SourceFile.Path)!, expandedPath));
597
directive.
Info
.SourceFile.Text,
598
directive.
Info
.SourceFile.Path,
599
directive.
Info
.Span,