18 references to IPointerTypeReference
Microsoft.CodeAnalysis (18)
CodeGen\ReferenceDependencyWalker.cs (2)
56Cci.IPointerTypeReference? pointerType = typeReference as Cci.IPointerTypeReference;
NativePdbWriter\PdbWriter.cs (1)
368Debug.Assert(!(typeReference is IPointerTypeReference));
PEWriter\InheritedTypeParameter.cs (2)
179public IPointerTypeReference? AsPointerTypeReference 183return this as IPointerTypeReference;
PEWriter\MetadataVisitor.cs (3)
483public virtual void Visit(IPointerTypeReference pointerTypeReference) 655IPointerTypeReference? pointerTypeReference = typeReference as IPointerTypeReference;
PEWriter\MetadataWriter.cs (1)
3843if (typeReference is IPointerTypeReference pointerTypeReference)
PEWriter\ReferenceIndexerBase.cs (3)
377public override void Visit(IPointerTypeReference pointerTypeReference) 389else if (current is IPointerTypeReference) 393current = ((IPointerTypeReference)current).GetTargetType(Context);
PEWriter\TypeNameSerializer.cs (6)
55IPointerTypeReference pointer = typeReference as IPointerTypeReference; 179IPointerTypeReference pointer = typeReference as IPointerTypeReference; 251IPointerTypeReference pointer = typeReference as IPointerTypeReference;