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