3 instantiations of LazyObsoleteDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.cs (1)
724info = new LazyObsoleteDiagnosticInfo(symbol, containingMember, location);
Errors\LazyObsoleteDiagnosticInfo.cs (1)
35return new LazyObsoleteDiagnosticInfo(this, severity);
Symbols\TypeWithAnnotations.cs (1)
1184diagnostics.Add(new LazyObsoleteDiagnosticInfo(type, binder.ContainingMemberOrLambda, binder.Flags), syntax.GetLocation());
2 references to LazyObsoleteDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (2)
Errors\LazyObsoleteDiagnosticInfo.cs (1)
26private LazyObsoleteDiagnosticInfo(LazyObsoleteDiagnosticInfo original, DiagnosticSeverity severity) : base(original, severity)
Symbols\Symbol_Attributes.cs (1)
533return d.HasLazyInfo ? d.LazyInfo is LazyObsoleteDiagnosticInfo : d.Info.IsObsoleteDiagnostic();