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