3 references to LazyObsoleteDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.cs (1)
727info = new LazyObsoleteDiagnosticInfo(symbol, containingMember, location);
Symbols\TypeWithAnnotations.cs (1)
1184diagnostics.Add(new LazyObsoleteDiagnosticInfo(type, binder.ContainingMemberOrLambda, binder.Flags), syntax.GetLocation());
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
119verifyWithSeverity(new LazyObsoleteDiagnosticInfo(symbol, symbol, BinderFlags.None));