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