4 references to ClrObjectRuntime
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
132
result = 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)
2488
runtime = new
ClrObjectRuntime
(null, false /*isWriter*/);