6 references to Push
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs (2)
221scopedKnownTypes.Push(knownDataContracts); 314scopedKnownTypes.Push(dc.KnownDataContracts);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
160scopedKnownTypes.Push(dataContract.KnownDataContracts); 199scopedKnownTypes.Push(knownDataContracts);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
148scopedKnownTypes.Push(dataContract.KnownDataContracts); 261scopedKnownTypes.Push(dataContract.KnownDataContracts);