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