Ejemplo n.º 1
0
 protected override Task <TestWorkspace> CreateWorkspaceAsync()
 {
     return(TestWorkspace.CreateCSharpAsync(
                new string[] { string.Empty, },
                new CSharpParseOptions[] { new CSharpParseOptions(kind: SourceCodeKind.Regular), }));
 }