1 write to _typeCache
System.Xaml (1)
System\Xaml\Schema\XamlNamespace.cs (1)
47_typeCache = XamlSchemaContext.CreateDictionary<string, XamlType>();
2 references to _typeCache
System.Xaml (2)
System\Xaml\Schema\XamlNamespace.cs (2)
74if (_typeCache.TryGetValue(typeName, out xamlType)) 93return XamlSchemaContext.TryAdd(_typeCache, typeName, xamlType);