4 references to TempAssembly
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (4)
288return new TempAssembly(new XmlMapping[] { xmlMapping }, new Type[] { type }, defaultNamespace, null); 293return new TempAssembly(new XmlMapping[] { xmlMapping }, new Type[] { type }, defaultNamespace, location); 555tempAssembly = new TempAssembly(mappings, new Type[] { type }, null, null); 621TempAssembly tempAssembly = new TempAssembly(pendingMappings, new Type[] { type }, null, null);