2 references to LazyObsoleteDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.cs (1)
727
info = new
LazyObsoleteDiagnosticInfo
(symbol, containingMember, location);
Symbols\TypeWithAnnotations.cs (1)
1184
diagnostics.Add(new
LazyObsoleteDiagnosticInfo
(type, binder.ContainingMemberOrLambda, binder.Flags), syntax.GetLocation());