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