5 writes to InstanceType
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (3)
318token.Target.InstanceType = _xamlContext.GrandParentType; 333token.Target.InstanceType = _xamlContext.ParentType; 343token.Target.InstanceType = _xamlContext.ParentType;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2090token.Target.InstanceType = ctx.GrandParentType; 2225token.Target.InstanceType = ctx.ParentType;
3 references to InstanceType
System.Xaml (3)
System\Xaml\Context\NameFixupGraph.cs (1)
62fixupToken.Target.InstanceType == null &&
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2407ExecutePendingAdds(target.InstanceType, target.Instance); 2415Runtime.InitializationGuard(target.InstanceType, target.Instance, false);