3 instantiations of SlnfRoot
dotnet (3)
_generated\149\SlnfJsonSerializerContext.SlnfRoot.g.cs (1)
31ObjectCreator = () => new global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot(),
SlnfFileHelper.cs (2)
78var root = new SlnfRoot 111var root = new SlnfRoot
20 references to SlnfRoot
dotnet (20)
_generated\149\SlnfJsonSerializerContext.SlnfRoot.g.cs (16)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot>? _SlnfRoot; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot> SlnfRoot 22get => _SlnfRoot ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot> Create_SlnfRoot(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot>(options, objectInfo); 56DeclaringType = typeof(global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot), 58Getter = static obj => ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot)obj).Solution, 59Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot)obj).Solution = value!, 66AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot).GetProperty("Solution", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfSolution), global::System.Array.Empty<global::System.Type>(), null), 76private void SlnfRootSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot? value) 87SlnfSolutionSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot)value).Solution);
_generated\154\SlnfJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
22if (type == typeof(global::Microsoft.DotNet.Cli.SlnfFileHelper.SlnfRoot))
SlnfFileHelper.cs (3)
15[JsonSerializable(typeof(SlnfFileHelper.SlnfRoot))] 78var root = new SlnfRoot 111var root = new SlnfRoot