4 references to ClrObjectRuntime
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
137result = new ClrObjectRuntime(runtimeSettings, true /*isWriter*/);
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
129: base(settings, 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*/);