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