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