14 references to CommandLineResource
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineArguments.cs (1)
244public ImmutableArray<CommandLineResource> ManifestResourceArguments { get; internal set; }
Microsoft.CodeAnalysis.CSharp (6)
CommandLine\CSharpCommandLineParser.cs (6)
100List<CommandLineResource> managedResources = new List<CommandLineResource>(); 745if (TryParseResourceDescription(arg, valueMemory.Value, baseDirectory, diagnostics, isEmbedded: true, out var embeddedResource)) 760if (TryParseResourceDescription(arg, valueMemory.Value, baseDirectory, diagnostics, isEmbedded: false, out var linkedResource)) 2022out CommandLineResource resource) 2030out var fullPath,
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)
119Dim managedResources = New List(Of CommandLineResource)() 707Dim embeddedResource As CommandLineResource 714Dim linkedResource As CommandLineResource 1714<Out> ByRef resource As CommandLineResource) As Boolean
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
1163Dim resource As CommandLineResource