5 references to ValueTuple
Microsoft.Maui.Controls.SourceGen (2)
src\Controls\src\Xaml\XmlTypeXamlExtensions.cs (2)
85
potentialTypes.Add(
new
(typeName, xmlnsDefinitionAttribute.ClrNamespace, xmlnsDefinitionAttribute.AssemblyName));
91
potentialTypes.Add(
new
(typeName, xmlnsDefinitionAttribute.ClrNamespace, "System.Private.CoreLib"));
Microsoft.Maui.Controls.Xaml (2)
XmlTypeXamlExtensions.cs (2)
85
potentialTypes.Add(
new
(typeName, xmlnsDefinitionAttribute.ClrNamespace, xmlnsDefinitionAttribute.AssemblyName));
91
potentialTypes.Add(
new
(typeName, xmlnsDefinitionAttribute.ClrNamespace, "System.Private.CoreLib"));
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (1)
171
new
ValueTuple
<T1, T2, T3>(item1, item2, item3);