1 instantiation of DelegateInvokeMethodReferenceFinder
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\DelegateInvokeMethodReferenceFinder.cs (1)
30
public static readonly IReferenceFinder DelegateInvokeMethod = new
DelegateInvokeMethodReferenceFinder
();
1 reference to DelegateInvokeMethodReferenceFinder
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\AbstractChangeSignatureService.cs (1)
236
ReferenceFinders.DefaultReferenceFinders.Add(
DelegateInvokeMethodReferenceFinder
.DelegateInvokeMethod),