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