1 instantiation of NamespaceTable
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
35
this.namespaceTable = new
NamespaceTable
(localAssemblyName);
9 references to NamespaceTable
XamlBuildTask (9)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (6)
54
internal static AttributeData LoadAttributeData(XamlReader reader,
NamespaceTable
namespaceTable, string rootNamespace)
90
private static KeyValuePair<string, AttributeParameterData> ReadAttributeProperty(XamlReader reader,
NamespaceTable
namespaceTable, string rootNamespace)
109
private static IList<AttributeParameterData> ReadParameters(XamlReader reader,
NamespaceTable
namespaceTable, string rootNamespace)
129
private static void ReadParamInfo(XamlReader reader, XamlType type,
NamespaceTable
namespaceTable, string rootNamespace, AttributeParameterData paramInfo)
186
private static void GetParamValueType(XamlReader reader, XamlType type,
NamespaceTable
namespaceTable, string rootNamespace, out string paramValue, out XamlType paramType, out Object paramObj)
293
private static Tuple<string, Type> ParseParameterValueTypeName(string paramValue, string rootNamespace, XamlSchemaContext schemaContext,
NamespaceTable
namespaceTable)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
26
NamespaceTable
namespaceTable;
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (2)
434
internal static XamlType GetXamlTypeFromString(string typeName,
NamespaceTable
namespaceTable, XamlSchemaContext xsc)
445
static XamlType GetXamlTypeFromXamlTypeName(XamlTypeName xamlTypeName,
NamespaceTable
namespaceTable, XamlSchemaContext xsc)