2 references to DeclaredOnlyLookup
GetDocument.Insider (2)
src\829cf761fd11a470\HostFactoryResolver.cs (2)
104
var factory = programType.GetMethod(name,
DeclaredOnlyLookup
);
193
var servicesProperty = hostType.GetProperty("Services",
DeclaredOnlyLookup
);