AotCompatlyzer.ReplaceCE.ReplaceCE C# (CSharp) Méthode

ReplaceCE() public méthode

public ReplaceCE ( ) : System
Résultat System
        public ReplaceCE()
        {
            Console.WriteLine("Replacing add_* and remove_* methods with versions that do not contain CompareExchange<> (may not be theradsafe)");

            //			if(ProcessorDispatcher.Verbosity >= 9)
            //				Console.WriteLine(typeof(Delegate).Module.FullyQualifiedName);
        }