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