2 instantiations of 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);
3 references to TempAssemblyCacheKey
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (3)
278TempAssemblyCacheKey key = o as TempAssemblyCacheKey; 300TempAssemblyCacheKey key = new TempAssemblyCacheKey(ns, o);