2 references to getTypes
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\EmitHelpers.cs (2)
136
Dictionary<string, Cci.ITypeDefinition> currentTypes =
getTypes
(currentDictionary).ToDictionary(t => getName(t));
137
IEnumerable<Cci.ITypeDefinition> previousTypes =
getTypes
(previousDictionary);