18 references to new
Microsoft.Build (18)
BackEnd\Components\Communications\SerializationContractInitializer.cs (18)
25new(typeof(GenericBuildTransferredException), (msg, inner) => new GenericBuildTransferredException(msg, inner)), 26new(typeof(SdkResolverException), (msg, inner) => new SdkResolverException(msg, inner)), 27new(typeof(SdkResolverServiceException), (msg, inner) => new SdkResolverServiceException(msg, inner)), 28new(typeof(BuildAbortedException), BuildAbortedException.CreateFromRemote), 29new(typeof(CircularDependencyException), (msg, inner) => new CircularDependencyException(msg, inner)), 30new(typeof(InternalLoggerException), (msg, inner) => new InternalLoggerException(msg, inner)), 31new(typeof(InvalidProjectFileException), (msg, inner) => new InvalidProjectFileException(msg, inner)), 32new(typeof(InvalidToolsetDefinitionException), (msg, inner) => new InvalidToolsetDefinitionException(msg, inner)), 33new(typeof(ProjectCache.ProjectCacheException), (msg, inner) => new ProjectCache.ProjectCacheException(msg, inner)), 36new(typeof(Experimental.ProjectCache.ProjectCacheException), (msg, inner) => new ProjectCache.ProjectCacheException(msg, inner)), 38new(typeof(InternalErrorException), InternalErrorException.CreateFromRemote), 39new(typeof(LoggerException), (msg, inner) => new LoggerException(msg, inner)), 40new(typeof(NodeFailedToLaunchException), (msg, inner) => new NodeFailedToLaunchException(msg, inner)), 41new(typeof(SchedulerCircularDependencyException), (msg, inner) => new SchedulerCircularDependencyException(msg, inner)), 42new(typeof(RegistryException), (msg, inner) => new RegistryException(msg, inner)), 43new(typeof(HostObjectException), (msg, inner) => new HostObjectException(msg, inner)), 44new(typeof(UnbuildableProjectTypeException), (msg, inner) => new UnbuildableProjectTypeException(msg, inner)), 45new(typeof(CriticalTaskException), (msg, inner) => new CriticalTaskException(msg, inner)));