3 writes to advice
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAssertion.cs (3)
75this.advice = samlAdvice; 185this.advice = value; 547this.advice = samlSerializer.LoadAdvice(wrappedReader, keyInfoSerializer, outOfBandTokenResolver);
6 references to advice
System.IdentityModel (6)
System\IdentityModel\Tokens\SamlAssertion.cs (6)
179get { return this.advice; } 251if (this.advice != null) 252this.advice.MakeReadOnly(); 548if (this.advice == null) 655if (this.advice != null) 657this.advice.WriteXml(writer, samlSerializer, keyInfoSerializer);