1 write to ReferentType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PointerType.cs (1)
15ReferentType = referentType;
6 references to ReferentType
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
518ErrAppendType(((PointerType)pType).ReferentType, null);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
522if (_typeDest is PointerType ptDest && ptDest.ReferentType == VoidType.Instance)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PointerType.cs (2)
25get => ReferentType.AssociatedSystemType.MakePointerType(); 28public override CType BaseOrParameterOrElementType => ReferentType;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
145Debug.Assert(pPointer.ReferentType == baseType); 277typeDst = SubstTypeCore(typeSrc = ((PointerType)type).ReferentType, pctx);