2 writes to Types
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\ReflectionTypeLoadException.cs (2)
23
Types
= classes ?? Type.EmptyTypes;
32
Types
= Type.EmptyTypes;
4 references to Types
DesignSurfaceExt (1)
TypeDiscoveryService.cs (1)
35
types = exception.
Types
!;
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
246
types = Array.FindAll<Type>(rtle.
Types
, delegate (Type t) { return t != null; });
dotnet-svcutil-lib (1)
TypeLoader.cs (1)
49
listType.AddRange(Array.FindAll<Type>(rtle.
Types
, delegate (Type t)
xunit.console (1)
ConsoleRunner.cs (1)
149
types = ex.
Types
;