19 references to Info
Microsoft.CodeAnalysis (19)
CommandLine\CommandLineArguments.cs (1)
438
diagnosticsOpt.Add(((DiagnosticWithInfo)diagnostic).
Info
);
Diagnostic\DiagnosticWithInfo.cs (18)
40
get { return this.
Info
.AdditionalLocations; }
47
return this.
Info
.CustomTags;
55
return this.
Info
.Descriptor;
61
get { return this.
Info
.MessageIdentifier; }
66
get { return this.
Info
.Category; }
71
get { return this.
Info
.Code; }
76
get { return this.
Info
.Severity; }
81
get { return this.
Info
.DefaultSeverity; }
86
get { return this.
Info
.Descriptor.IsEnabledByDefault; }
96
get { return this.
Info
.WarningLevel; }
101
return this.
Info
.GetMessage(formatProvider);
106
get { return this.
Info
.Arguments; }
152
return Hash.Combine(this.Location.GetHashCode(), this.
Info
.GetHashCode());
171
this.
Info
.Equals(other.
Info
) &&
214
return new DiagnosticWithInfo(this.
Info
.GetInstanceWithSeverity(severity), _location, _isSuppressed);
224
return new DiagnosticWithInfo(this.
Info
, _location, isSuppressed);
232
return this.
Info
.IsNotConfigurable();