11 references to DefinitionIndex
Microsoft.CodeAnalysis (11)
Emit\EditAndContinue\DeltaMetadataWriter.cs (11)
39
private readonly
DefinitionIndex
<ITypeDefinition> _typeDefs;
40
private readonly
DefinitionIndex
<IEventDefinition> _eventDefs;
41
private readonly
DefinitionIndex
<IFieldDefinition> _fieldDefs;
42
private readonly
DefinitionIndex
<IMethodDefinition> _methodDefs;
43
private readonly
DefinitionIndex
<IPropertyDefinition> _propertyDefs;
44
private readonly
DefinitionIndex
<IParameterDefinition> _parameterDefs;
801
private bool AddDefIfNecessary<T>(
DefinitionIndex
<T> defIndex, T def, SymbolChange change)
1132
DefinitionIndex
<T> index,
1158
DefinitionIndex
<T> index,
1211
private void PopulateEncLogTableRows<T>(
DefinitionIndex
<T> index, TableIndex tableIndex)
1405
private static void AddDefinitionTokens<T>(ArrayBuilder<EntityHandle> tokens, TableIndex tableIndex,
DefinitionIndex
<T> index)