4 instantiations of Application
Microsoft.NET.Sdk.Razor.Tool.Tests (2)
Infrastructure\ServerUtilities.cs (1)
122
: base(new
Application
(ct, Mock.Of<ExtensionAssemblyLoader>(), Mock.Of<ExtensionDependencyChecker>(), (path, properties) => Mock.Of<PortableExecutableReference>()))
ServerCommandTest.cs (1)
92
var application = new
Application
(
rzc (2)
CompilerHost.cs (1)
54
var app = new
Application
(cancellationToken, Loader, checker, AssemblyReferenceProvider, outputWriter, errorWriter);
Program.cs (1)
37
var application = new
Application
(
13 references to Application
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
ServerCommandTest.cs (1)
92
var
application = new Application(
rzc (12)
Application.cs (1)
88
var assembly = typeof(
Application
).Assembly;
CommandBase.cs (3)
14
protected CommandBase(
Application
parent, string name)
31
protected new
Application
Parent => (
Application
)base.Parent;
CompilerHost.cs (1)
54
var
app = new Application(cancellationToken, Loader, checker, AssemblyReferenceProvider, outputWriter, errorWriter);
DiscoverCommand.cs (2)
18
public DiscoverCommand(
Application
parent)
131
currentDirectory ??= Path.GetDirectoryName(typeof(
Application
).Assembly.Location);
GenerateCommand.cs (1)
17
public GenerateCommand(
Application
parent)
Program.cs (1)
37
var
application = new Application(
ServerCommand.cs (2)
15
public ServerCommand(
Application
parent)
23
internal ServerCommand(
Application
parent, string pipeName, int? keepAlive = null)
ShutdownCommand.cs (1)
11
public ShutdownCommand(
Application
parent)