2 writes to SourceFile
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (2)
117SourceFile = sourceFile, 141SourceFile = sourceFile,
15 references to SourceFile
Microsoft.CodeAnalysis.CSharp.Workspaces (15)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (12)
306=> ErrorReporter(Info.SourceFile.Text, Info.SourceFile.Path, Info.Span, message); 309=> ErrorReporter(Info.SourceFile.Text, Info.SourceFile.Path, span, message); 551var sourcePath = Info.SourceFile.Path; 581=> errorReporter(Info.SourceFile.Text, sourcePath, Info.Span, message); 662var sourcePath = Info.SourceFile.Path; 670errorReporter(Info.SourceFile.Text, sourcePath, Info.Span, 763reportError(Info.SourceFile.Text, Info.SourceFile.Path, Info.Span, 910reportError(directive.Info.SourceFile.Text, directive.Info.SourceFile.Path, directive.Info.Span,
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (3)
247var fullPath = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(includeOrExcludeDirective.Info.SourceFile.Path)!, expandedPath)); 574directive.Info.SourceFile.Text, 575directive.Info.SourceFile.Path,