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