示例#1
0
 public CocoaMSBuildSuggestedAction(PreviewChangesService previewService, ITextView textView, ITextBuffer buffer, MSBuildCodeFix fix)
 {
     this.previewService = previewService;
     this.textView       = textView;
     this.buffer         = buffer;
     this.fix            = fix;
 }
示例#2
0
 public ISuggestedAction CreateSuggestedAction(PreviewChangesService previewService, ITextView textView, ITextBuffer buffer, MSBuildCodeFix fix) => throw new System.NotImplementedException();
示例#3
0
 public ISuggestedAction CreateSuggestedAction(PreviewChangesService previewService, ITextView textView, ITextBuffer buffer, MSBuildCodeFix fix)
 => new CocoaMSBuildSuggestedAction(previewService, textView, buffer, fix);