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