2 writes to isTrusted
System (2)
net\System\Net\_SpnDictionary.cs (2)
283set { isTrusted = false; } 298this.isTrusted = trusted;
1 reference to isTrusted
System (1)
net\System\Net\_SpnDictionary.cs (1)
282get { return isTrusted; }