1 write to _serializerEntries
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
101_serializerEntries = new List<SerializerEntries>();
7 references to _serializerEntries
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (7)
118_serializerEntries.Add(new WSSecurityJan2004(this, samlSerializer)); 122_serializerEntries.Add(new WSSecurityXXX2005(this, samlSerializer)); 128_serializerEntries.Add(_secureConversation); 132_serializerEntries.Add(new WSTrustFeb2005(this)); 137_serializerEntries.Add(new WSTrustDec2005(this)); 147for (int i = 0; i < _serializerEntries.Count; ++i) 149SerializerEntries serializerEntry = _serializerEntries[i];