2 writes to SourceFile
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (2)
117
SourceFile
= sourceFile,
141
SourceFile
= 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);
551
var sourcePath = Info.
SourceFile
.Path;
581
=> errorReporter(Info.
SourceFile
.Text, sourcePath, Info.Span, message);
662
var sourcePath = Info.
SourceFile
.Path;
670
errorReporter(Info.
SourceFile
.Text, sourcePath, Info.Span,
763
reportError(Info.
SourceFile
.Text, Info.
SourceFile
.Path, Info.Span,
910
reportError(directive.Info.
SourceFile
.Text, directive.Info.
SourceFile
.Path, directive.Info.Span,
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (3)
247
var fullPath = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(includeOrExcludeDirective.Info.
SourceFile
.Path)!, expandedPath));
574
directive.Info.
SourceFile
.Text,
575
directive.Info.
SourceFile
.Path,