4 references to _spanExpectations
Microsoft.CodeAnalysis.Test.Utilities (4)
InstrumentationChecker.cs (4)
311
_spanExpectations
.Add(method, result);
327
if (
_spanExpectations
.Count == 0)
333
foreach (int method in
_spanExpectations
.Keys)
336
var expectedSnippets =
_spanExpectations
[method].SnippetExpectations;