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