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