3 references to _styleStack
Microsoft.DotNet.AsmDiff (3)
DiffRecorder.cs (3)
61
return
_styleStack
.Aggregate(DiffStyle.None, (current, diffStyle) => current | diffStyle);
142
_styleStack
.Push(convertedStyle);
143
return new DisposeAction(() =>
_styleStack
.Pop());