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)
31
get { return (
_targetComType
& VarEnum.VT_BYREF) != 0; }
54
DynamicVariantExtensions.GetByrefSetter(
_targetComType
& ~VarEnum.VT_BYREF),
74
if (
_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))
83
DynamicVariantExtensions.GetSetter(
_targetComType
),
88
switch (
_targetComType
)
138
switch (
_targetComType
)
154
Debug.Assert(
_targetComType
.IsPrimitiveType(), "Unexpected VarEnum");