2 writes to _nonAttachableMemberCache
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
72
_nonAttachableMemberCache
= new ThreadSafeDictionary<string, XamlMember>
251
Interlocked.CompareExchange(ref
_nonAttachableMemberCache
,
6 references to _nonAttachableMemberCache
System.Xaml (6)
System\Xaml\Schema\TypeReflector.cs (6)
249
if (
_nonAttachableMemberCache
is null)
255
return
_nonAttachableMemberCache
;
468
Debug.Assert(
_nonAttachableMemberCache
is not null, "Members property should have been invoked before this");
481
Debug.Assert(
_nonAttachableMemberCache
is not null, "Members property should have been invoked before this");
498
if (
_nonAttachableMemberCache
.TryGetValue(currentProp.Name, out knownMember))
555
if (
_nonAttachableMemberCache
.TryGetValue(currentEvent.Name, out knownMember))