1 instantiation of CSharpCompilerCommandJsonSerializerContext
dotnet (1)
_generated\36\CSharpCompilerCommandJsonSerializerContext.g.cs (1)
26public static global::Microsoft.DotNet.Cli.Commands.Run.CSharpCompilerCommand.CSharpCompilerCommandJsonSerializerContext Default { get; } = new global::Microsoft.DotNet.Cli.Commands.Run.CSharpCompilerCommand.CSharpCompilerCommandJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
5 references to CSharpCompilerCommandJsonSerializerContext
dotnet (5)
_generated\36\CSharpCompilerCommandJsonSerializerContext.g.cs (1)
26public static global::Microsoft.DotNet.Cli.Commands.Run.CSharpCompilerCommand.CSharpCompilerCommandJsonSerializerContext Default { get; } = new global::Microsoft.DotNet.Cli.Commands.Run.CSharpCompilerCommand.CSharpCompilerCommandJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Commands\Run\CSharpCompilerCommand.Generated.cs (4)
73"tfm": {{JsonSerializer.Serialize(TargetFramework, CSharpCompilerCommandJsonSerializerContext.Default.String)}}, 76"version": {{JsonSerializer.Serialize(DefaultRuntimeVersion, CSharpCompilerCommandJsonSerializerContext.Default.String)}} 79"EntryPointFilePath": {{JsonSerializer.Serialize(EntryPointFileFullPath, CSharpCompilerCommandJsonSerializerContext.Default.String)}}, 80"EntryPointFileDirectoryPath": {{JsonSerializer.Serialize(BaseDirectory, CSharpCompilerCommandJsonSerializerContext.Default.String)}},