9 references to WriteProperty
Microsoft.Extensions.DependencyInjection (9)
CallSiteJsonFormatter.cs (9)
30argument.WriteProperty("implementationType", constructorCallSite.ImplementationType); 54childContext.WriteProperty("serviceType", callSite.ServiceType); 55childContext.WriteProperty("kind", callSite.Kind); 56childContext.WriteProperty("cache", callSite.Cache.Location); 65childContext.WriteProperty("ref", callSite.ServiceType); 74argument.WriteProperty("value", constantCallSite.DefaultValue ?? ""); 86argument.WriteProperty("itemType", enumerableCallSite.ItemType); 87argument.WriteProperty("size", enumerableCallSite.ServiceCallSites.Length); 106argument.WriteProperty("method", factoryCallSite.Factory.Method);