1 instantiation of XamlNsReplacingType
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (1)
34xamlType = new XamlNsReplacingType(type, this, localAssemblyName, realAssemblyName);
3 references to XamlNsReplacingType
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (3)
15IDictionary<Type, XamlNsReplacingType> MasterTypeList; 22MasterTypeList = new Dictionary<Type, XamlNsReplacingType>(); 31XamlNsReplacingType xamlType = null;