1 write to ParameterType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\ParameterModifierType.cs (1)
23
ParameterType
= parameterType;
10 references to ParameterType
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
513
ErrAppendType(mod.
ParameterType
, null);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
961
modArg.
ParameterType
: _pArguments.types[ivar];
962
CType varStripped = var is ParameterModifierType modVar ? modVar.
ParameterType
: var;
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
297
pDest = modDest.
ParameterType
;
303
pSource = modSource.
ParameterType
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\ParameterModifierType.cs (2)
34
get =>
ParameterType
.AssociatedSystemType.MakeByRefType();
37
public override CType BaseOrParameterOrElementType =>
ParameterType
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
174
Debug.Assert(pParamModifier.
ParameterType
== paramType);
268
typeDst = SubstTypeCore(typeSrc = mod.
ParameterType
, pctx);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1647
CType parameterType = mod.
ParameterType
;