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)
525ErrAppendType(mod.ParameterType, null);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
962modArg.ParameterType : _pArguments.types[ivar]; 963CType varStripped = var is ParameterModifierType modVar ? modVar.ParameterType : var;
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
298pDest = modDest.ParameterType; 304pSource = 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)
179Debug.Assert(pParamModifier.ParameterType == paramType); 282typeDst = SubstTypeCore(typeSrc = mod.ParameterType, pctx);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1678CType parameterType = mod.ParameterType;