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