Пример #1
0
        internal static DiagnosticInfo CreateObsoleteDiagnostic(Symbol symbol, BinderFlags location)
        {
            DiagnosticInfo result = createObsoleteDiagnostic(symbol, location);

            Debug.Assert(result?.IsObsoleteDiagnostic() != false);
            return(result);