4 references to WarningStateMapEntry
Microsoft.CodeAnalysis.CSharp (2)
Syntax\CSharpPragmaWarningStateMap.cs (2)
91
var current = new
WarningStateMapEntry
(0, PragmaWarningState.Default, accumulatedSpecificWarningState);
143
current = new
WarningStateMapEntry
(currentDirective.Location.SourceSpan.End, accumulatedGeneralWarningState, accumulatedSpecificWarningState);
Microsoft.CodeAnalysis.VisualBasic (2)
Syntax\VisualBasicWarningStateMap.vb (2)
50
entries(index) = New
WarningStateMapEntry
(0, ReportDiagnostic.Default, Nothing)
91
entries(index) = New
WarningStateMapEntry
(currentDirective.GetLocation().SourceSpan.End, accumulatedGeneralWarningState, accumulatedSpecificWarningState)