1 write to TypeRef
Microsoft.CodeAnalysis (1)
PEWriter\Types.cs (1)
441
TypeRef
= typeRef;
4 references to TypeRef
Microsoft.CodeAnalysis (4)
PEWriter\MetadataVisitor.cs (1)
595
this.Visit(typeRefWithAttributes.
TypeRef
);
PEWriter\MetadataWriter.cs (2)
2464
constraint: GetTypeHandle(refWithAttributes.
TypeRef
));
2503
implementedInterface: GetTypeHandle(interfaceImpl.
TypeRef
));
PEWriter\ReferenceIndexerBase.cs (1)
313
VisitTypeReferencesThatNeedTokens(refWithAttributes.
TypeRef
);