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