2 references to TryGetExistingPropertyDefIndex
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
105
_propertyDefs = new DefinitionIndex<IPropertyDefinition>(this.
TryGetExistingPropertyDefIndex
, sizes[(int)TableIndex.Property]);
734
IPropertyDefinition propertyDef =>
TryGetExistingPropertyDefIndex
(propertyDef, out _),