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