3 references to ServerCommand
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
Infrastructure\ServerUtilities.cs (1)
122
:
base
(new Application(ct, Mock.Of<ExtensionAssemblyLoader>(), Mock.Of<ExtensionDependencyChecker>(), (path, properties) => Mock.Of<PortableExecutableReference>()))
rzc (2)
Application.cs (1)
36
Commands.Add(new
ServerCommand
(this));
ServerCommand.cs (1)
24
:
this
(parent)