3 references to UnsafeGet
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\CollectibleLRUCache.cs (2)
75
CollectibleNode node =
UnsafeGet
(key);
109
CollectibleNode node =
UnsafeGet
(key);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
864
activationInfo = (ServiceActivationInfo)this.directory.
UnsafeGet
(normalizedVirtualPath);