1 instantiation of CommandLineResource
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
2071resource = new CommandLineResource(
13 references to CommandLineResource
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineArguments.cs (1)
244public ImmutableArray<CommandLineResource> ManifestResourceArguments { get; internal set; }
Microsoft.CodeAnalysis.CSharp (5)
CommandLine\CSharpCommandLineParser.cs (5)
102List<CommandLineResource> managedResources = new List<CommandLineResource>(); 762if (TryParseResourceDescription(arg, valueMemory.Value, baseDirectory, diagnostics, isEmbedded: true, out var embeddedResource)) 777if (TryParseResourceDescription(arg, valueMemory.Value, baseDirectory, diagnostics, isEmbedded: false, out var linkedResource)) 2039out CommandLineResource resource)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
919CommandLineResource resource; 1104bool TryParse(string value, out CommandLineResource resource) =>
Microsoft.CodeAnalysis.VisualBasic (4)
CommandLine\VisualBasicCommandLineParser.vb (4)
120Dim managedResources = New List(Of CommandLineResource)() 725Dim embeddedResource As CommandLineResource 732Dim linkedResource As CommandLineResource 1732<Out> ByRef resource As CommandLineResource) As Boolean
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
1164Dim resource As CommandLineResource