1 write to _targetComType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantBuilder.cs (1)
25_targetComType = targetComType;
12 references to _targetComType
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantBuilder.cs (12)
31get { return (_targetComType & VarEnum.VT_BYREF) != 0; } 54DynamicVariantExtensions.GetByrefSetter(_targetComType & ~VarEnum.VT_BYREF), 74if (_targetComType.IsPrimitiveType() || 75(_targetComType == VarEnum.VT_DISPATCH) || 76(_targetComType == VarEnum.VT_UNKNOWN) || 77(_targetComType == VarEnum.VT_VARIANT) || 78(_targetComType == VarEnum.VT_RECORD) || 79(_targetComType == VarEnum.VT_ARRAY)) 83DynamicVariantExtensions.GetSetter(_targetComType), 88switch (_targetComType) 138switch (_targetComType) 154Debug.Assert(_targetComType.IsPrimitiveType(), "Unexpected VarEnum");