1 write to MasterTypeList
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (1)
22MasterTypeList = new Dictionary<Type, XamlNsReplacingType>();
2 references to MasterTypeList
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs (2)
32if (!MasterTypeList.TryGetValue(type, out xamlType)) 35MasterTypeList.Add(type, xamlType);