5 writes to cachedResult
System.Xaml.Hosting (5)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (5)
259
this.
cachedResult
= handler;
263
this.
cachedResult
= httpHandlerType;
270
this.
cachedResult
= factory;
278
this.
cachedResult
= configException;
284
this.
cachedResult
= configException;
9 references to cachedResult
System.Xaml.Hosting (9)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (9)
175
if (this.
cachedResult
== null)
181
if (this.
cachedResult
== null)
292
if (this.
cachedResult
is IHttpHandler)
294
return ((IHttpHandler)this.
cachedResult
);
296
else if (this.
cachedResult
is IHttpHandlerFactory)
298
IHttpHandlerFactory factory = ((IHttpHandlerFactory)this.
cachedResult
);
302
else if (this.
cachedResult
is Type)
304
return (IHttpHandler)CreateInstance((Type)this.
cachedResult
);
308
throw FxTrace.Exception.AsError((ConfigurationErrorsException)this.
cachedResult
);