1 override of TryGetMatchingDelegateWithIndexedName
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
101protected override bool TryGetMatchingDelegateWithIndexedName(INamedTypeSymbolInternal delegateTemplate, ImmutableArray<AnonymousTypeValue> values, out AnonymousTypeValue match)
1 reference to TryGetMatchingDelegateWithIndexedName
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolMatcher.cs (1)
168if (TryGetMatchingDelegateWithIndexedName(template, newValues, out _))