1 write to _typeOrNamespace
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\ImportDefinition.cs (1)
34
_typeOrNamespace
= typeOrNamespace;
2 references to _typeOrNamespace
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\ImportDefinition.cs (2)
14
public BlobHandle TargetNamespace => (BlobHandle)
_typeOrNamespace
;
15
public EntityHandle TargetType => (EntityHandle)
_typeOrNamespace
;