17 references to CreateIDictionaryInfo
Microsoft.AspNetCore.Components.Endpoints (10)
JsonTempDataSerializerContext.IDictionaryStringBoolean.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, bool>, string, bool>(options, info);
JsonTempDataSerializerContext.IDictionaryStringDateTime.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, global::System.DateTime>, string, global::System.DateTime>(options, info);
JsonTempDataSerializerContext.IDictionaryStringGuid.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, global::System.Guid>, string, global::System.Guid>(options, info);
JsonTempDataSerializerContext.IDictionaryStringInt32.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, int>, string, int>(options, info);
JsonTempDataSerializerContext.IDictionaryStringNullableBoolean.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, bool?>, string, bool?>(options, info);
JsonTempDataSerializerContext.IDictionaryStringNullableDateTime.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, global::System.DateTime?>, string, global::System.DateTime?>(options, info);
JsonTempDataSerializerContext.IDictionaryStringNullableGuid.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, global::System.Guid?>, string, global::System.Guid?>(options, info);
JsonTempDataSerializerContext.IDictionaryStringNullableInt32.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, int?>, string, int?>(options, info);
JsonTempDataSerializerContext.IDictionaryStringObject.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, object>, string, object>(options, info);
JsonTempDataSerializerContext.IDictionaryStringString.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, string>, string, string>(options, info);
Microsoft.AspNetCore.Components.WebView (1)
SourceGenerationContext.IDictionaryStringStaticWebAssetNode.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>, string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>(options, info);
Microsoft.AspNetCore.Diagnostics (2)
ExtensionsExceptionJsonContext.IHeaderDictionary.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::Microsoft.AspNetCore.Http.IHeaderDictionary, string, global::Microsoft.Extensions.Primitives.StringValues>(options, info);
ExtensionsExceptionJsonContext.RouteValueDictionary.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::Microsoft.AspNetCore.Routing.RouteValueDictionary, string, object>(options, info);
Microsoft.AspNetCore.Hosting (1)
SourceGenerationContext.IDictionaryStringStaticWebAssetNode.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>, string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>(options, info);
Microsoft.AspNetCore.Http.Extensions (2)
ProblemDetailsJsonContext.IDictionaryStringObject.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, object>, string, object>(options, info);
ProblemDetailsJsonContext.IDictionaryStringStringArray.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, string[]>, string, string[]>(options, info);
Microsoft.AspNetCore.Mvc.Testing (1)
CustomJsonSerializerContext.IDictionaryStringString.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo<global::System.Collections.Generic.IDictionary<string, string>, string, string>(options, info);