1 write to _positionalParameterTypes
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
306
Interlocked.CompareExchange(ref
_positionalParameterTypes
,
4 references to _positionalParameterTypes
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
299
if (
_positionalParameterTypes
is null)
310
return
_positionalParameterTypes
.TryGetValue(paramCount, out result);
315
Debug.Assert(
_positionalParameterTypes
is not null, "TryGetPositionalParameters should have been called first");
316
return
_positionalParameterTypes
.TryAdd(paramCount, paramList);