1 type derived from ClrObjectRuntime
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
25
internal class DynamicMethodRuntime :
ClrObjectRuntime
3 instantiations of ClrObjectRuntime
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
133
result = new
ClrObjectRuntime
(runtimeSettings, isWriter: true);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
39
_transparentRuntime = new
ClrObjectRuntime
(runtimeSettings, isWriter: true);
System\Xaml\XamlObjectReader.cs (1)
2502
runtime = new
ClrObjectRuntime
(null, isWriter: false);
5 references to ClrObjectRuntime
System.Xaml (5)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
397
var openMethod = typeof(
ClrObjectRuntime
).GetMethod(
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
32
private
ClrObjectRuntime
_transparentRuntime;
33
private
ClrObjectRuntime
_elevatedRuntime;
System\Xaml\XamlObjectReader.cs (2)
2489
private
ClrObjectRuntime
runtime;
2526
public
ClrObjectRuntime
Runtime