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