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