2 writes to SourceLink
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1591SourceLink = sourceLink,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1538.SourceLink = sourceLink,
5 references to SourceLink
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
1277if (Arguments.SourceLink != null) 1280Arguments.SourceLink, 1290Arguments.SourceLink,
VBCSCompiler (2)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (2)
51using var sourceLinkStream = arguments.SourceLink is not null 52? new FileStream(arguments.SourceLink, FileMode.Open, FileAccess.Read, FileShare.Read)