AotCompatlyzer.ReplaceCE.ReplaceCE C# (CSharp) Method

ReplaceCE() public method

public ReplaceCE ( ) : System
return 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);
        }