5 instantiations of SimpleDiagnostic
Microsoft.CodeAnalysis (5)
Diagnostic\Diagnostic_SimpleDiagnostic.cs (5)
67return new SimpleDiagnostic(descriptor, severity, warningLevel, location, additionalLocations, messageArgs, properties, isSuppressed);
78return new SimpleDiagnostic(descriptor, severity, warningLevel, location, additionalLocations, messageArgs: null, properties: properties, isSuppressed: isSuppressed);
189return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, location, _additionalLocations, _messageArgs, _properties, _isSuppressed);
200return new SimpleDiagnostic(_descriptor, severity, warningLevel, _location, _additionalLocations, _messageArgs, _properties, _isSuppressed);
210return new SimpleDiagnostic(_descriptor, _severity, _warningLevel, _location, _additionalLocations, _messageArgs, _properties, isSuppressed);
8 references to SimpleDiagnostic
Microsoft.CodeAnalysis (6)
Microsoft.CodeAnalysis.UnitTests (2)