4 references to TryGetClrTypeName
XamlBuildTask (4)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (3)
182if (!XamlBuildTaskServices.TryGetClrTypeName(classData.BaseType, classData.RootNamespace, out baseClrTypeName, out isLocal)) 212if (!XamlBuildTaskServices.TryGetClrTypeName(attrib.Type, classData.RootNamespace, out clrTypeName, out isLocal)) 963if (!XamlBuildTaskServices.TryGetClrTypeName(xamlType, classData.RootNamespace, out propClrTypeName, out isLocal))
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
462return TryGetClrTypeName(xamlType, rootNamespace, out clrTypeName, out isLocal);