2 references to GetAnonymousTypeKey
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
683return _anonymousTypeMap.TryGetValue(type.GetAnonymousTypeKey(), out otherType);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
690var key = template.GetAnonymousTypeKey();