5 references to _mismatchedOptions
Microsoft.CodeAnalysis.Test.Utilities (5)
Diagnostics\OptionsDiagnosticAnalyzer.cs (5)
38
if (
_mismatchedOptions
.ContainsKey(callerName))
40
_mismatchedOptions
[callerName] = options;
44
_mismatchedOptions
.Add(callerName, options);
68
Assert.True(
_mismatchedOptions
.Count == 0,
69
_mismatchedOptions
.Aggregate("Mismatched calls: ", (s, m) => s + "\r\nfrom : " + m.Key + ", options :" + m.Value));