1 write to _typeRefIndex
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
127
_typeRefIndex
= new TypeReferenceIndex(this, lastRowId: sizes[(int)TableIndex.TypeRef]);
4 references to _typeRefIndex
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeltaMetadataWriter.cs (4)
149
sizes[(int)TableIndex.TypeRef] =
_typeRefIndex
.Rows.Count;
454
bool result =
_typeRefIndex
.TryGetValue(reference, out index);
461
return MetadataTokens.TypeReferenceHandle(
_typeRefIndex
.GetOrAdd(reference));
466
return
_typeRefIndex
.Rows;