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