Ejemplo n.º 1
0
 public CombinationTest()
 {
     _formattingEngine = (FormattingEngineImplementation)FormattingEngine.Create();
     _formattingEngine.CopyrightHeader            = ImmutableArray.Create("// header");
     _formattingEngine.AllowTables                = true;
     _formattingEngine.FormatLogger               = new EmptyFormatLogger();
     _formattingEngine.PreprocessorConfigurations = ImmutableArray <string[]> .Empty;
 }
 public CombinationTest()
 {
     _formattingEngine = (FormattingEngineImplementation)FormattingEngine.Create();
     _formattingEngine.CopyrightHeader = ImmutableArray.Create("// header");
     _formattingEngine.AllowTables = true;
     _formattingEngine.FormatLogger = new EmptyFormatLogger();
     _formattingEngine.PreprocessorConfigurations = ImmutableArray<string[]>.Empty;
 }
Ejemplo n.º 3
0
 static CombinationTest()
 {
     s_formattingEngine = (FormattingEngineImplementation)FormattingEngine.Create(ImmutableArray <string> .Empty);
 }
 static CombinationTest()
 {
     s_formattingEngine = (FormattingEngineImplementation)FormattingEngine.Create(ImmutableArray<string>.Empty);
 }