1 write to _positionalParameterTypes
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
298
Interlocked.CompareExchange(ref
_positionalParameterTypes
,
4 references to _positionalParameterTypes
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
291
if (
_positionalParameterTypes
== null)
301
return
_positionalParameterTypes
.TryGetValue(paramCount, out result);
306
Debug.Assert(
_positionalParameterTypes
!= null, "TryGetPositionalParameters should have been called first");
307
return
_positionalParameterTypes
.TryAdd(paramCount, paramList);