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