3 references to FindAll
dotnet-svcutil-lib (1)
TypeLoader.cs (1)
49
listType.AddRange(Array.
FindAll
<Type>(rtle.Types, delegate (Type t)
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
246
types = Array.
FindAll
<Type>(rtle.Types, delegate (Type t) { return t != null; });
Microsoft.CSharp (1)
src\runtime\src\libraries\Common\src\System\Runtime\InteropServices\ComEventsMethod.cs (1)
207
newWrappers = Array.
FindAll
(wrappers, w => !condition(w.Delegate));