ICSharpCode.NRefactory.CSharp.CodeActions.TestRefactoringContext.TestRefactoringContext C# (CSharp) Method

TestRefactoringContext() public method

public TestRefactoringContext ( IDocument document, TextLocation location, ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver resolver ) : System
document IDocument
location TextLocation
resolver ICSharpCode.NRefactory.CSharp.Resolver.CSharpAstResolver
return System
		public TestRefactoringContext (IDocument document, TextLocation location, CSharpAstResolver resolver) : base(resolver, CancellationToken.None)
		{
			this.doc = document;
			this.location = location;
			this.UseExplicitTypes = UseExplict;
			UseExplict = false;
			Services.AddService (typeof(NamingConventionService), new TestNameService ());
		}