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