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