2 overrides of GetOrAddTypeSpecificationHandle
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
469protected override TypeSpecificationHandle GetOrAddTypeSpecificationHandle(ITypeReference reference)
PEWriter\FullMetadataWriter.cs (1)
295protected override TypeSpecificationHandle GetOrAddTypeSpecificationHandle(ITypeReference reference)
1 reference to GetOrAddTypeSpecificationHandle
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1620return this.GetOrAddTypeSpecificationHandle(typeReference);