5 writes to InstanceType
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (3)
319token.Target.InstanceType = _xamlContext.GrandParentType; 334token.Target.InstanceType = _xamlContext.ParentType; 344token.Target.InstanceType = _xamlContext.ParentType;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2139token.Target.InstanceType = ctx.GrandParentType; 2274token.Target.InstanceType = ctx.ParentType;
3 references to InstanceType
System.Xaml (3)
System\Xaml\Context\NameFixupGraph.cs (1)
57fixupToken.Target.InstanceType is null &&
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2466ExecutePendingAdds(target.InstanceType, target.Instance); 2474Runtime.InitializationGuard(target.InstanceType, target.Instance, false);