2 references to TempAssemblyCacheKey
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (2)
295get { return (TempAssembly)_cache[new TempAssemblyCacheKey(ns, o)]; } 300TempAssemblyCacheKey key = new TempAssemblyCacheKey(ns, o);