2 references to GetTypeNameInAssemblyOrNamespace
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
591
if (
GetTypeNameInAssemblyOrNamespace
(type, localAssemblyName, realAssemblyName, out typeName, out assemblyName, out ns))
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (1)
492
if (XamlBuildTaskServices.
GetTypeNameInAssemblyOrNamespace
(type, this.localAssemblyName, this.realAssemblyName, out typeName, out assemblyName, out ns))