2 references to ComputeKey
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
37this.Key = ComputeKey(fields, f => f.Name);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
491var templateKey = AnonymousTypeDescriptor.ComputeKey(key.Fields, f => f.Name);