3 references to Find
IOperationGenerator (1)
IOperationClassWriter.cs (1)
719
orderedProperties.Add(publicIOperationProps.
Find
(p => p.Name == childName) ??
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\Utils\RetryHelper.cs (1)
288
Type match = exceptions.
Find
((e) => e.IsAssignableFrom(exceptionType));
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
1027
var subscriber = _nameScopeInitializationCompleteSubscribers.
Find
(o => o.Handler == handler);