1 type derived from ClrObjectRuntime
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
31internal class DynamicMethodRuntime : ClrObjectRuntime
3 instantiations of ClrObjectRuntime
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
137result = new ClrObjectRuntime(runtimeSettings, true /*isWriter*/);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
42_transparentRuntime = new ClrObjectRuntime(runtimeSettings, true /*isWriter*/);
System\Xaml\XamlObjectReader.cs (1)
2493runtime = new ClrObjectRuntime(null, false /*isWriter*/);
5 references to ClrObjectRuntime
System.Xaml (5)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
380var openMethod = typeof(ClrObjectRuntime).GetMethod(
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
35ClrObjectRuntime _transparentRuntime; 36ClrObjectRuntime _elevatedRuntime;
System\Xaml\XamlObjectReader.cs (2)
2480ClrObjectRuntime runtime; 2517public ClrObjectRuntime Runtime