1 write to _typeMap
CSharpSyntaxGenerator (1)
SignatureWriter.cs (1)
24_typeMap = tree.Types.ToDictionary(n => n.Name, n => n.Base);
2 references to _typeMap
CSharpSyntaxGenerator (2)
SignatureWriter.cs (2)
25_typeMap.Add(tree.Root, null); 132return _typeMap.ContainsKey(typeName);