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