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