5 writes to _LowerCasePort
mscorlib (5)
system\security\policy\netcodegroup.cs (5)
83_LowerCasePort = DefaultStr; 85_LowerCasePort = OriginStr; 91_LowerCasePort = allowPort.ToString(CultureInfo.InvariantCulture); 147_LowerCasePort = allowPort.ToLower(CultureInfo.InvariantCulture); 160_LowerCasePort = _IntPort.ToString(CultureInfo.InvariantCulture);
3 references to _LowerCasePort
mscorlib (3)
system\security\policy\netcodegroup.cs (3)
149if (_LowerCasePort == DefaultStr) 151else if (_LowerCasePort == OriginStr) 183get { return _LowerCasePort;}