17 references to ToString
mscorlib (5)
system\runtime\remoting\remotingservices.cs (5)
1177
Message.DebugOut("RemotingServices::InternalUnmarshal: <Begin> Current context id: " + (currContext.ContextID).
ToString
("x") + "\n");
1219
(currContext.ContextID).
ToString
("x") + "\n");
1229
(currContext.ContextID).
ToString
("x") + "\n");
1245
(currContext.ContextID).
ToString
("x") + "\n");
1247
(serverID.ServerContext.ContextID).
ToString
("x") + "\n");
System (8)
net\System\Net\_SafeNetHandles.cs (4)
1635
GlobalLog.Leave("SafeDeleteContext::InitializeSecurityContext() unmanaged InitializeSecurityContext()", "errorCode:0x" + errorCode.
ToString
("x8") + " refContext:" + ValidationHelper.ToString(refContext));
1954
GlobalLog.Leave("SafeDeleteContext::AcceptSecurityContex() unmanaged AcceptSecurityContex()", "errorCode:0x" + errorCode.
ToString
("x8") + " refContext:" + ValidationHelper.ToString(refContext));
2185
GlobalLog.Leave("SafeDeleteContext::CompleteAuthToken() unmanaged CompleteAuthToken()", "errorCode:0x" + errorCode.
ToString
("x8") + " refContext:" + ValidationHelper.ToString(refContext));
2313
GlobalLog.Leave("SafeDeleteContext::ApplyControlToken() unmanaged ApplyControlToken()", "errorCode:0x" + errorCode.
ToString
("x8") + " refContext:" + ValidationHelper.ToString(refContext));
net\System\Net\_SecureChannel.cs (2)
401
GlobalLog.Print("SecureChannel::EnsureStoreOpened() storeLocation:" + storeLocation + " returned store:" + store.GetHashCode().
ToString
("x"));
1164
GlobalLog.Leave("SecureChannel#" + ValidationHelper.HashString(this) + "::Encrypt ERROR", errorCode.
ToString
("x"));
net\System\Net\_SSPIWrapper.cs (2)
887
GlobalLog.Print("NegotiationInfoClass::.ctor() packageInfo:" + packageInfo.ToString("x8") + " negotiationState:" + negotiationState.
ToString
("x8"));
901
GlobalLog.Print("NegotiationInfoClass::.ctor() packageInfo:" + packageInfo.ToString("x8") + " negotiationState:" + negotiationState.
ToString
("x8") + " name:" + ValidationHelper.ToString(name));
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
7631
_physicalStateObj.AddError(new SqlError(0, (byte)0x00, (byte)TdsEnums.MIN_ERROR_CLASS, _server, Res.GetString(Res.SQL_ADALInitializeError, authentication.ToString("G"), result.
ToString
("X")), TdsEnums.INIT_ADAL_PACKAGE, 0));
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
2348
sb.Append(Convert.ToInt32(c).
ToString
("X4"));
System.Web (2)
Hosting\ApplicationHost.cs (1)
52
String appId = StringUtil.GetNonRandomizedHashCode(String.Concat(virtualDir, physicalDir)).
ToString
("x");
Util\HashCodeCombiner.cs (1)
70
Debug.Trace("HashCodeCombiner", "Adding " + n.
ToString
("x") + " --> " + _combinedHash.ToString("x"));