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