1 instantiation of MethodChecker
Microsoft.CodeAnalysis.Test.Utilities (1)
InstrumentationChecker.cs (1)
301
var result = new
MethodChecker
(this, noSnippets: snippet == null);
7 references to MethodChecker
Microsoft.CodeAnalysis.Test.Utilities (7)
InstrumentationChecker.cs (7)
279
private readonly Dictionary<int /*method*/,
MethodChecker
> _spanExpectations = new Dictionary<int,
MethodChecker
>();
297
public
MethodChecker
Method(int method, int file, string snippet = null, bool expectBodySpan = true)
301
var
result = new MethodChecker(this, noSnippets: snippet == null);
381
public
MethodChecker
True(string expectedSourceSnippet = null)
389
public
MethodChecker
False(string expectedSourceSnippet = null)
394
private
MethodChecker
Expect(string text, string expectedSourceSnippet)