1 instantiation of CommandLineResource
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
2089resource = new CommandLineResource(
6 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)
103List<CommandLineResource> managedResources = new List<CommandLineResource>(); 775if (TryParseResourceDescription(arg, valueMemory.Value, baseDirectory, diagnostics, isEmbedded: true, out var embeddedResource)) 790if (TryParseResourceDescription(arg, valueMemory.Value, baseDirectory, diagnostics, isEmbedded: false, out var linkedResource)) 2057out CommandLineResource resource)