9 references to FreeNamedDataSlot
System.Runtime.Remoting (7)
channels\core\corechannel.cs (1)
907CallContext.FreeNamedDataSlot("__bashChannelUrl");
channels\sinks\binaryformattersinks.cs (3)
654CallContext.FreeNamedDataSlot("__ClientIsClr"); 664CallContext.FreeNamedDataSlot("__CustomErrorsEnabled"); 717CallContext.FreeNamedDataSlot("__ClientIsClr");
channels\sinks\soapformattersinks.cs (3)
724CallContext.FreeNamedDataSlot("__ClientIsClr"); 736CallContext.FreeNamedDataSlot("__CustomErrorsEnabled"); 799CallContext.FreeNamedDataSlot("__ClientIsClr");
System.Web (2)
Management\TemplatedMailWebEventProvider.cs (1)
145CallContext.FreeNamedDataSlot(CurrentEventsName);
Management\WebEvents.cs (1)
624CallContext.FreeNamedDataSlot(WEBEVENT_RAISE_IN_PROGRESS);