4 references to ClrObjectRuntime
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
132result = new ClrObjectRuntime(runtimeSettings, true /*isWriter*/);
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
125: base(settings, true /*isWriter*/)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
40_transparentRuntime = new ClrObjectRuntime(runtimeSettings, true /*isWriter*/);
System\Xaml\XamlObjectReader.cs (1)
2488runtime = new ClrObjectRuntime(null, false /*isWriter*/);