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