4 references to SymbolPublisherOptions
Microsoft.DotNet.Internal.SymbolHelper (4)
SymbolUploadHelper.cs (2)
28/// There's a few options for the helper that can be controlled by the <see cref="SymbolPublisherOptions"/> passed in, 59internal SymbolUploadHelper(ITracer logger, string symbolToolPath, SymbolPublisherOptions options, string? workingDir = null)
SymbolUploadHelperFactory.cs (2)
40public static async Task<SymbolUploadHelper> GetSymbolHelperWithDownloadAsync(ITracer logger, SymbolPublisherOptions options, string? installDirectory = null, string? workingDir = null, int retryCount = 3, CancellationToken token = default) 69public static SymbolUploadHelper GetSymbolHelperFromLocalTool(ITracer logger, SymbolPublisherOptions options, string symbolToolDirectory, string? workingDir = null)