2 references to TryFindAnonymousType
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
333
if (
TryFindAnonymousType
(type, out var otherType))
547
TryFindAnonymousType
(typeTemplate, out var value);