2 instantiations of PositionalParameterDescriptor
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
879_context.CurrentInstance = new PositionalParameterDescriptor(value, true); 2023ctx.CurrentInstance = new PositionalParameterDescriptor(value, false);
4 references to PositionalParameterDescriptor
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
638_context.CurrentCollection = new List<PositionalParameterDescriptor>(); 1239var rawArgs = (List<PositionalParameterDescriptor>)ctx.CurrentCollection; 1259PositionalParameterDescriptor pparam = rawArgs[i];
System\Xaml\XamlLanguage.cs (1)
101new Lazy<XamlType>(() => GetXamlType(typeof(PositionalParameterDescriptor)), true);