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)
74
if (
_typeCache
.TryGetValue(typeName, out xamlType))
93
return XamlSchemaContext.TryAdd(
_typeCache
, typeName, xamlType);