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