2 references to CreateContext
System.Windows.Forms.Analyzers.CSharp.Tests (2)
WFO1001\ImplementITypedDataObjectInAdditionToIDataObjectAnalyzerTests.cs (2)
133
var context =
CreateContext
(input);
139
private static async Task NoWarning(string input) => await
CreateContext
(input).RunAsync().ConfigureAwait(false);