1 write to s_emptyTokenAuthenticators
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
186s_emptyTokenAuthenticators = Array.AsReadOnly(new SupportingTokenAuthenticatorSpecification[0]);
2 references to s_emptyTokenAuthenticators
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
184if (s_emptyTokenAuthenticators == null) 188return s_emptyTokenAuthenticators;