Method | Description | |
---|---|---|
AfterCompile ( Microsoft.Dnx.Compilation.CSharp.AfterCompileContext context ) : void | ||
BeforeCompile ( Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext context ) : void | ||
PostSharpCompilerModule ( IServiceProvider provider, string workingDirectory ) : System |
Method | Description | |
---|---|---|
BeforePostCompile ( ) : void |
public AfterCompile ( Microsoft.Dnx.Compilation.CSharp.AfterCompileContext context ) : void | ||
context | Microsoft.Dnx.Compilation.CSharp.AfterCompileContext | |
return | void |
public BeforeCompile ( Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext context ) : void | ||
context | Microsoft.Dnx.Compilation.CSharp.BeforeCompileContext | |
return | void |
public PostSharpCompilerModule ( IServiceProvider provider, string workingDirectory ) : System | ||
provider | IServiceProvider | |
workingDirectory | string | |
return | System |