Base:
method
ToString
System.ValueType.ToString()
197 references to ToString
mscorlib (5)
system\convert.cs (1)
1813
return value.
ToString
();
system\diagnostics\eventing\eventsource.cs (1)
6378
sb.Append(" enabled=\"").Append(enabled.
ToString
().ToLower()).Append("\"");
system\security\permissions\isolatedstoragepermission.cs (1)
225
esd.AddAttribute(_strPermDat, (m_permanentData).
ToString
()) ;
system\text\stringbuilder.cs (2)
907
return Append(value.
ToString
());
1061
return Insert(index, value.
ToString
(), 1);
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (2)
208
if (AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData[index] == true.
ToString
())
267
PresentationAppDomainManager.IsDebug.
ToString
(),
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
326
return SR.Get(SRID.ToStringFormatString_ToggleButton, typeText, contentText, isChecked.HasValue ? isChecked.Value.
ToString
() : "null");
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
2542
return (bytes[0] == 0) ? false.
ToString
() : true.
ToString
();
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1407
info.Value = dictKey.Shared.
ToString
();
SMDiagnostics (1)
System\ServiceModel\Diagnostics\DiagnosticTraceSource.cs (1)
51
this.Attributes[DiagnosticTraceSource.PropagateActivityValue] = value.
ToString
();
System (83)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (3)
91
Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Adding service (instance) " + serviceType.Name + ". Promoting: " + promote.
ToString
());
130
Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Adding service (callback) " + serviceType.Name + ". Promoting: " + promote.
ToString
());
253
Debug.WriteLineIf(TRACESERVICE.TraceVerbose, "Removing service: " + serviceType.Name + ", Promote: " + promote.
ToString
());
net\System\Net\_AuthenticationState.cs (6)
181
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::PreAuthIfNeeded() TriedPreAuth:" + TriedPreAuth.
ToString
() + " authInfo:" + ValidationHelper.HashString(authInfo));
191
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::PreAuthIfNeeded() setting TriedPreAuth to Complete:" + preauth.Complete.
ToString
());
224
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::AttemptAuthenticate() Authorization!=null Authorization.Complete:" + Authorization.Complete.
ToString
());
288
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::AttemptAuthenticate() AuthorizationHeader:" + AuthorizationHeader + " blob: " + Authorization.Message.Length + "bytes Complete:" + Authorization.Complete.
ToString
());
353
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::Update() Complete:" + Authorization.Complete.
ToString
() + " Module:" + ValidationHelper.ToString(Module) + " challenge:" + ValidationHelper.ToString(challenge));
366
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::Update() " + myModule.ToString() + ".Update() returned complete:" + complete.
ToString
());
net\System\Net\_BasicClient.cs (1)
132
GlobalLog.Print("BasicClient::EncodingRightGetBytes(): canMapToCurrentCodePage:" + canMapToCurrentCodePage.
ToString
());
net\System\Net\_BufferOffsetSize.cs (1)
38
GlobalLog.Print("BufferOffsetSize#" + ValidationHelper.HashString(this) + "::.ctor() copyBuffer:" + copyBuffer.
ToString
() + " this:[" + ToString() + "]");
net\System\Net\_Connection.cs (10)
592
GlobalLog.Print("Connection#" + ValidationHelper.HashString(this) + "::SubmitRequest() Free:" + m_Free.
ToString
() + " m_WaitList.Count:" + m_WaitList.Count.ToString());
674
GlobalLog.Print("Connection#" + ValidationHelper.HashString(this) + "::SubmitRequest WriteDone:" + m_WriteDone.
ToString
() + ", ReadDone:" + m_ReadDone.
ToString
() + ", m_WriteList.Count:" + m_WriteList.Count.ToString());
895
GlobalLog.Print("Connection#" + ValidationHelper.HashString(this) + "::StartRequest() setting WriteDone:" + m_WriteDone.
ToString
() + " to false");
1048
GlobalLog.Enter("Connection#" + ValidationHelper.HashString(this) + "::CompleteStartConnection", "async:" + async.
ToString
() + " httpWebRequest:" + ValidationHelper.HashString(httpWebRequest));
1143
GlobalLog.Enter("Connection#" + ValidationHelper.HashString(this) + "::CompleteConnection", "async:" + async.
ToString
() + " request:" + ValidationHelper.HashString(request));
1224
GlobalLog.Print("Connection#" + ValidationHelper.HashString(this) + "::WriteStartNextRequest() setting WriteDone:" + m_WriteDone.
ToString
() + " to true");
2887
GlobalLog.Enter("Connection#" + ValidationHelper.HashString(this) + "::Abort", "isAbortState:" + isAbortState.
ToString
());
2904
GlobalLog.Leave("Connection#" + ValidationHelper.HashString(this) + "::Abort", "isAbortState:" + isAbortState.
ToString
());
3280
GlobalLog.Print("Connection#" + ValidationHelper.HashString(this) + "::PollAndRead() InternalPeekCompleted:" + request.ConnectionReaderAsyncResult.InternalPeekCompleted.
ToString
() + " Result:" + ValidationHelper.ToString(request.ConnectionReaderAsyncResult.Result));
net\System\Net\_ConnectionGroup.cs (2)
535
GlobalLog.Print("ConnectionGroup::FindConnection [returning new Connection] freeConnectionsAvail:" + freeConnectionsAvail.
ToString
() + " CurrentConnections:" + CurrentConnections.ToString() + " ConnectionLimit:" + ConnectionLimit.ToString());
544
GlobalLog.Print("ConnectionGroup::FindConnection [returning leastbusyConnection] freeConnectionsAvail:" + freeConnectionsAvail.
ToString
() + " CurrentConnections:" + CurrentConnections.ToString() + " ConnectionLimit:" + ConnectionLimit.ToString());
net\System\Net\_ConnectStream.cs (6)
281
" ContentLength: " + m_ReadBytes + " m_Chunked:" + m_Chunked.
ToString
());
709
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::EnableWriteBuffering() Write() creating ScatterGatherBuffers WriteChunked:" + WriteChunked.
ToString
() + " BytesLeftToWrite:" + BytesLeftToWrite.ToString());
1760
GlobalLog.Leave("ConnectStream#" + ValidationHelper.HashString(this) + "::BeginReadWithoutValidation() completed, bytesToRead: " + bytesToRead + " Eof: " + this.Eof.
ToString
());
2503
GlobalLog.Enter("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal", internalCall.
ToString
());
2561
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() normalShutDown:" + normalShutDown.
ToString
() + " m_CallNesting:" + m_CallNesting.ToString() + " m_DoneCalled:" + m_DoneCalled.ToString());
2685
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() normalShutDown:" + normalShutDown.
ToString
() + " m_CallNesting:" + m_CallNesting.ToString() + " m_DoneCalled:" + m_DoneCalled.ToString());
net\System\Net\_ContextAwareResult.cs (1)
432
GlobalLog.Print("ContextAwareResult#" + ValidationHelper.HashString(this) + "::Complete() _Context(set):" + (_Context != null).
ToString
() + " userToken:" + userToken.ToString());
net\System\Net\_DigestClient.cs (7)
50
GlobalLog.Print("DigestClient::DoAuthenticate() challenge:[" + ValidationHelper.ToString(challenge) + "] webRequest#" + ValidationHelper.HashString(webRequest) + " credentials#" + ValidationHelper.HashString(credentials) + " preAuthenticate:" + preAuthenticate.
ToString
());
242
GlobalLog.Print("DigestClient::Update(): returning digestChallenge.Stale:" + digestChallenge.Stale.
ToString
());
275
GlobalLog.Print("DigestClient::XPDoAuthenticate() challenge:[" + ValidationHelper.ToString(challenge) + "] httpWebRequest#" + ValidationHelper.HashString(httpWebRequest) + " credentials#" + ValidationHelper.HashString(credentials) + " preAuthenticate:" + preAuthenticate.
ToString
());
449
GlobalLog.Print("DigestClient::XPUpdate() GetOutgoingBlob() returns clientResponse:[" + ValidationHelper.ToString(clientResponse) + "] IsCompleted:" + authSession.IsCompleted.
ToString
());
865
GlobalLog.Print("HttpDigest::Interpret() defineAttribute(" + name + ", " + value + ") returns " + valid.
ToString
());
957
GlobalLog.Print("HttpDigest::Authenticate() QopPresent:True, need new nonce. digestChallenge.ClientNonce:" + ValidationHelper.ToString(digestChallenge.ClientNonce) + " digestChallenge.Stale:" + digestChallenge.Stale.
ToString
());
1064
GlobalLog.Print("HttpDigest::Authenticate() digestChallenge.Stale:" + digestChallenge.Stale.
ToString
());
net\System\Net\_KerberosClient.cs (3)
27
GlobalLog.Print("KerberosClient::DoAuthenticate() challenge:[" + ValidationHelper.ToString(challenge) + "] webRequest#" + ValidationHelper.HashString(webRequest) + " credentials#" + ValidationHelper.HashString(credentials) + " preAuthenticate:" + preAuthenticate.
ToString
());
159
GlobalLog.Print("KerberosClient::Update() authSession.IsCompleted:" + authSession.IsCompleted.
ToString
());
190
GlobalLog.Print("KerberosClient::Update() GetOutgoingBlob() returns clientResponse:[" + ValidationHelper.ToString(clientResponse) + "] IsCompleted:" + authSession.IsCompleted.
ToString
());
net\System\Net\_NegotiateClient.cs (3)
24
GlobalLog.Print("NegotiateClient::DoAuthenticate() challenge:[" + ValidationHelper.ToString(challenge) + "] webRequest#" + ValidationHelper.HashString(webRequest) + " credentials#" + ValidationHelper.HashString(credentials) + " preAuthenticate:" + preAuthenticate.
ToString
());
175
GlobalLog.Print("NegotiateClient::Update() authSession.IsCompleted:" + authSession.IsCompleted.
ToString
());
213
GlobalLog.Print("NegotiateClient::Update() GetOutgoingBlob() returns clientResponse:[" + ValidationHelper.ToString(clientResponse) + "] IsCompleted:" + authSession.IsCompleted.
ToString
());
net\System\Net\_NTAuthentication.cs (2)
780
GlobalLog.Leave("NTAuthentication#" + ValidationHelper.HashString(this) + "::GetOutgoingBlob", "IsCompleted:" + IsCompleted.
ToString
());
936
GlobalLog.Print("NTAuthentication#" + ValidationHelper.HashString(this) + "::GetOutgoingDigestBlob() IsCompleted:" + IsCompleted.
ToString
());
net\System\Net\_NtlmClient.cs (2)
25
GlobalLog.Print("NtlmClient::DoAuthenticate() challenge:[" + ValidationHelper.ToString(challenge) + "] webRequest#" + ValidationHelper.HashString(webRequest) + " credentials#" + ValidationHelper.HashString(credentials) + " preAuthenticate:" + preAuthenticate.
ToString
());
167
GlobalLog.Print("NtlmClient::Update() authSession.IsCompleted:" + authSession.IsCompleted.
ToString
());
net\System\Net\_PooledStream.cs (1)
100
GlobalLog.Print("PooledStream#" + ValidationHelper.HashString(this) + "::CanBePooled " + "flag: " + flag.
ToString
());
net\System\Net\_SecureChannel.cs (4)
781
GlobalLog.Leave("SecureChannel#" + ValidationHelper.HashString(this) + "::AcquireClientCredentials, cachedCreds = " + cachedCred.
ToString
(), ValidationHelper.ToString(m_CredentialsHandle));
864
GlobalLog.Leave("SecureChannel#" + ValidationHelper.HashString(this) + "::AcquireServerCredentials, cachedCreds = " + cachedCred.
ToString
(), ValidationHelper.ToString(m_CredentialsHandle));
1245
GlobalLog.Leave("SecureChannel#" + ValidationHelper.HashString(this) + "::VerifyRemoteCertificate (no remote cert)", (!m_RemoteCertRequired).
ToString
());
1333
GlobalLog.Leave("SecureChannel#" + ValidationHelper.HashString(this) + "::VerifyRemoteCertificate", success.
ToString
());
net\System\Net\_ShellExpression.cs (1)
172
GlobalLog.Print("ShellServices.ShellExpression#" + ValidationHelper.HashString(this) + "::IsMatch() return:" + matched.
ToString
());
net\System\Net\connectionpool.cs (1)
779
GlobalLog.Leave("ConnectionPool#" + ValidationHelper.HashString(this) + "::ReclaimEmancipatedObjects",emancipatedObjectFound.
ToString
());
net\System\Net\CredentialCache.cs (2)
463
GlobalLog.Print("CredentialKey::Equals(" + ToString() + ", " + comparedCredentialKey.ToString() + ") returns " + equals.
ToString
());
557
GlobalLog.Print("CredentialKey::Equals(" + ToString() + ", " + comparedCredentialKey.ToString() + ") returns " + equals.
ToString
());
net\System\Net\HttpListener.cs (1)
1561
GlobalLog.Print("HttpListener#" + ValidationHelper.HashString(this) + "::HandleAuthentication() verb:" + verb + " context.IsValidContext:" + context.IsValidContext.
ToString
());
net\System\Net\HttpWebRequest.cs (4)
565
GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::SetRequestSubmitted() returning:" + ret.
ToString
());
4421
GlobalLog.Enter("HttpWebRequest#" + ValidationHelper.HashString(this) + "::EndWriteHeaders async:" + async.
ToString
());
5540
GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::CheckResubmitForAuth() ProxyAuthenticationState.AttemptAuthenticate() returns result:" + result.
ToString
());
5557
GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::CheckResubmitForAuth() ServerAuthenticationState.AttemptAuthenticate() returns result:" + result.
ToString
());
net\System\Net\NetWebProxyFinder.cs (1)
339
GlobalLog.Print("NetWebProxyFinder#" + ValidationHelper.HashString(this) + "::DownloadAndCompile() IsFromCache:" + tempResponse.IsFromCache.
ToString
() + " scriptInstance:" + ValidationHelper.HashString(scriptInstance));
net\System\Net\ServicePoint.cs (2)
742
if (Logging.On) Logging.PrintInfo(Logging.Web, this, "CloseConnectionGroupHelper, returning", released.
ToString
());
923
" enabled: " + enabled.
ToString
() +
net\System\Net\ServicePointManager.cs (1)
943
" enabled: " + enabled.
ToString
() +
net\System\Net\Sockets\Socket.cs (13)
518
GlobalLog.Print("Socket#" + ValidationHelper.HashString(this) + "::set_Blocking() value:" + value.
ToString
() + " willBlock:" + willBlock.
ToString
() + " willBlockInternal:" + willBlockInternal.
ToString
());
6243
GlobalLog.Print("Socket#" + ValidationHelper.HashString(this) + "::Dispose() disposing:true CleanedUp:" + CleanedUp.
ToString
());
6763
GlobalLog.Enter("Socket#" + ValidationHelper.HashString(this) + "::InternalSetBlocking", "desired:" + desired.
ToString
() + " willBlock:" + willBlock.
ToString
() + " willBlockInternal:" + willBlockInternal.
ToString
());
6805
GlobalLog.Leave("Socket#" + ValidationHelper.HashString(this) + "::InternalSetBlocking", "errorCode:" + errorCode.ToString() + " willBlock:" + willBlock.
ToString
() + " willBlockInternal:" + willBlockInternal.
ToString
());
7458
GlobalLog.Enter("Socket#" + ValidationHelper.HashString(this) + "::UnsetAsyncEventSelect", "m_BlockEventBits:" + m_BlockEventBits.ToString() + " willBlockInternal:" + willBlockInternal.
ToString
());
7504
GlobalLog.Leave("Socket#" + ValidationHelper.HashString(this) + "::UnsetAsyncEventSelect", "m_BlockEventBits:" + m_BlockEventBits.ToString() + " willBlockInternal:" + willBlockInternal.
ToString
());
7509
GlobalLog.Enter("Socket#" + ValidationHelper.HashString(this) + "::SetAsyncEventSelect", "blockEventBits:" + blockEventBits.ToString() + " m_BlockEventBits:" + m_BlockEventBits.ToString() + " willBlockInternal:" + willBlockInternal.
ToString
());
7580
GlobalLog.Leave("Socket#" + ValidationHelper.HashString(this) + "::SetAsyncEventSelect", "m_BlockEventBits:" + m_BlockEventBits.ToString() + " willBlockInternal:" + willBlockInternal.
ToString
());
services\monitoring\system\diagnosticts\FileVersionInfo.cs (5)
516
sb.Append("Debug: "); sb.Append(IsDebug.
ToString
()); sb.Append(nl);
517
sb.Append("Patched: "); sb.Append(IsPatched.
ToString
()); sb.Append(nl);
518
sb.Append("PreRelease: "); sb.Append(IsPreRelease.
ToString
()); sb.Append(nl);
519
sb.Append("PrivateBuild: "); sb.Append(IsPrivateBuild.
ToString
()); sb.Append(nl);
520
sb.Append("SpecialBuild: "); sb.Append(IsSpecialBuild.
ToString
()); sb.Append(nl);
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
1226
writer.WriteAttributeString(LockItemKey, true.
ToString
().ToLower(CultureInfo.InvariantCulture));
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
511
return x.IsNull ? Null : new SqlString((x.Value).
ToString
());
System.Data.Entity (1)
System\Data\Common\QueryCache\LinqQueryCacheKey.cs (1)
144
return String.Join("|", new string[] { _expressionKey, _parametersToken, _includePathsToken, Enum.GetName(typeof(MergeOption), _mergeOption), _useCSharpNullComparisonBehavior.
ToString
() });
System.Data.Linq (2)
SqlClient\Query\SqlTypeConverter.cs (2)
139
new SqlWhen[] { new SqlWhen(expr, sql.ValueFromObject(true.
ToString
(), false, expr.SourceExpression)) },
140
sql.ValueFromObject(false.
ToString
(), false, expr.SourceExpression),
System.Drawing (2)
commonui\System\Drawing\Printing\PageSettings.cs (2)
587
+ " Color=" + Color.
ToString
()
588
+ ", Landscape=" + Landscape.
ToString
()
System.IdentityModel (1)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
132
xml.WriteElementString("ChannelBindingUsed", this.channelBindingUsed.
ToString
());
System.ServiceModel (18)
System\ServiceModel\Administration\ContractInstanceProvider.cs (1)
209
instance.SetProperty(AdministrationStrings.SupportFaults, specificBehavior.XmlSerializerFormatAttribute.SupportFaults.
ToString
());
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
226
instance.SetProperty(AdministrationStrings.WindowsAuthentication, String.Format(CultureInfo.InvariantCulture, "{0}: {1}", AdministrationStrings.AllowAnonymous, specificBehavior.WindowsAuthentication.AllowAnonymousLogons.
ToString
()));
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
449
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "RequireSignatureConfirmation: {0}", this.requireSignatureConfirmation.
ToString
()));
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1835
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IncludeTimestamp: {0}", this.includeTimestamp.
ToString
()));
1839
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ProtectTokens: {0}", this.protectTokens.
ToString
()));
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
407
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "RequireSignatureConfirmation: {0}", this.requireSignatureConfirmation.
ToString
()));
System\ServiceModel\Diagnostics\MessageHeaderInfoTraceRecord.cs (2)
30
xml.WriteElementString("MustUnderstand", this.messageHeaderInfo.MustUnderstand.
ToString
());
35
xml.WriteElementString("Relay", this.messageHeaderInfo.Relay.
ToString
());
System\ServiceModel\Diagnostics\MessageTraceRecord.cs (3)
47
xml.WriteElementString("AllowOutputBatching", message.Properties.AllowOutputBatching.
ToString
());
51
xml.WriteElementString("IsAnonymous", message.Properties.Security.ServiceSecurityContext.IsAnonymous.
ToString
());
54
xml.WriteElementString("WindowsIdentityUsed", windowsIdentityUsed.
ToString
());
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
1321
xml.WriteElementString("MutualAuthentication", this.windowsNegotiation.IsMutualAuthFlag.
ToString
());
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
926
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "UseStrTransform: {0}", this.useStrTransform.
ToString
()));
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
212
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "RequireCancellation: {0}", this.requireCancellation.
ToString
()));
System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs (1)
200
sb.Append(String.Format(CultureInfo.InvariantCulture, "RequireDerivedKeys: {0}", this.requireDerivedKeys.
ToString
()));
System\ServiceModel\Security\Tokens\SslSecurityTokenParameters.cs (2)
132
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "RequireCancellation: {0}", this.RequireCancellation.
ToString
()));
133
sb.Append(String.Format(CultureInfo.InvariantCulture, "RequireClientCertificate: {0}", this.RequireClientCertificate.
ToString
()));
System\ServiceModel\Security\Tokens\SspiSecurityTokenParameters.cs (1)
112
sb.Append(String.Format(CultureInfo.InvariantCulture, "RequireCancellation: {0}", this.RequireCancellation.
ToString
()));
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowService.cs (1)
524
TD.InferredOperationDescription(operation.Name, contract.Name, operation.IsOneWay.
ToString
());
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceSource.cs (1)
40
this.Attributes[DiagnosticTraceSource.PropagateActivityValue] = value.
ToString
();
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
55
TD.RoutingServiceProcessingMessage(messageRpc.EventTraceActivity, messageRpc.UniqueID, messageRpc.Message.Headers.Action, messageRpc.OperationContext.EndpointDispatcher.EndpointAddress.Uri.ToString(), (messageRpc.Transaction != null).
ToString
());
System.ServiceModel.Web (6)
System\ServiceModel\Web\WebGetAttribute.cs (3)
117
wmiInstance.SetProperty("IsBodyStyleSetExplicitly", this.IsBodyStyleSetExplicitly.
ToString
());
119
wmiInstance.SetProperty("IsRequestFormatSetExplicitly", this.IsRequestFormatSetExplicitly.
ToString
());
121
wmiInstance.SetProperty("IsResponseFormatSetExplicitly", this.IsResponseFormatSetExplicitly.
ToString
());
System\ServiceModel\Web\WebInvokeAttribute.cs (3)
132
wmiInstance.SetProperty("IsBodyStyleSetExplicitly", this.IsBodyStyleSetExplicitly.
ToString
());
134
wmiInstance.SetProperty("IsRequestFormatSetExplicitly", this.IsRequestFormatSetExplicitly.
ToString
());
136
wmiInstance.SetProperty("IsResponseFormatSetExplicitly", this.IsResponseFormatSetExplicitly.
ToString
());
System.Transactions (1)
System\Transactions\DistributedTransactionPermission.cs (1)
137
element.AddAttribute("Unrestricted", unrestricted.
ToString
());
System.Web (12)
Compilation\ClientBuildManager.cs (1)
516
Debug.Trace("CBM", "IsCodeAssembly " + result.
ToString
());
FileChangesMonitor.cs (1)
420
Debug.Trace("FileChangesMonitor", "DirMonCompletion::ctor " + dir + " " + watchSubtree.
ToString
() + " " + notifyFilter.ToString(NumberFormatInfo.InvariantInfo));
Hosting\IIS7WorkerRequest.cs (1)
961
isBufferFromUnmanagedPool.
ToString
() +
Management\EventlogProvider.cs (1)
100
dataFields.Add(authed.
ToString
());
Management\WebEvents.cs (6)
1284
fields.Add(new WebEventFieldData("UserAuthenticated", RequestInformation.Principal.Identity.IsAuthenticated.
ToString
(), WebEventFieldType.Bool));
1459
fields.Add(new WebEventFieldData("UserAuthenticated", RequestInformation.Principal.Identity.IsAuthenticated.
ToString
(), WebEventFieldType.Bool));
1465
fields.Add(new WebEventFieldData("IsImpersonating", ThreadInformation.IsImpersonating.
ToString
(), WebEventFieldType.Bool));
1558
fields.Add(new WebEventFieldData("UserAuthenticated", RequestInformation.Principal.Identity.IsAuthenticated.
ToString
(), WebEventFieldType.Bool));
1564
fields.Add(new WebEventFieldData("IsImpersonating", ThreadInformation.IsImpersonating.
ToString
(), WebEventFieldType.Bool));
1618
fields.Add(new WebEventFieldData("UserAuthenticated", RequestInformation.Principal.Identity.IsAuthenticated.
ToString
(), WebEventFieldType.Bool));
UI\WebControls\BaseValidator.cs (1)
787
Debug.Trace("BaseValidator.Validate", "id:" + ID + ", evaluateIsValid = " + IsValid.
ToString
());
UI\WebControls\MenuRendererStandards.cs (1)
57
(!Menu.IsEnabled).
ToString
().ToLowerInvariant());
System.Web.DataVisualization (4)
Common\Converters\CustomAttributesConverters.cs (1)
712
return ((bool)value).
ToString
();
WebForm\General\ChartHttpHandler.cs (3)
574
settings.Add("DeleteAfterServicing", Settings.DeleteAfterServicing.
ToString
());
575
settings.Add("PrivateImages", Settings.PrivateImages.
ToString
());
578
settings.Add(ChartHttpHandler.WebDevServerUseConfigSettings, String.Equals(Settings[ChartHttpHandler.WebDevServerUseConfigSettings], "true", StringComparison.OrdinalIgnoreCase).
ToString
());
System.Windows.Forms (41)
winforms\Managed\System\WinForms\Application.cs (3)
2560
Debug.WriteLineIf(CompModSwitches.MSOComponentManager.TraceInfo, "ComponentManager.FRegisterComponent returned " + result.
ToString
());
3478
Debug.WriteLineIf(CompModSwitches.MSOComponentManager.TraceInfo, "[0x" + Convert.ToString(componentID, 16) + "] ComponentManager.FPushMessageLoop returned " + result.
ToString
());
4300
Debug.WriteLineIf(CompModSwitches.MSOComponentManager.TraceInfo, "ComponentManager : Changing enabled on window: " + hWnd.ToString() + " : " + state.
ToString
());
winforms\Managed\System\WinForms\AxHost.cs (9)
2480
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "freezing "+v.
ToString
());
2561
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "\t" + (ret != null).
ToString
());
2572
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "\tClassFactory" + (icf2 != null).
ToString
());
2574
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "\t" + (instance != null).
ToString
());
5275
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "in constructor. Parent created : "+parent.Created.
ToString
());
5886
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "in controlCreated for "+invoker.ToString()+" fAC: "+formAlreadyCreated.
ToString
());
6209
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "in setEnabled for proxy for "+ GetP().ToString()+" "+value.
ToString
());
6280
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "in setTabStop for proxy for "+ GetP().ToString()+" "+value.
ToString
());
6305
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "in setVisible for proxy for "+ GetP().ToString()+" "+value.
ToString
());
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1753
return ParentCheckedListBox.GetItemChecked(index).
ToString
();
winforms\Managed\System\WinForms\ContainerControl.cs (1)
393
Debug.WriteLineIf(Control.FocusTracing.TraceVerbose, "ContainerControl::ActivateControlInternal(" + (control == null ? "null" : control.Name) + "," + originator.
ToString
() + ") - " + this.Name);
winforms\Managed\System\WinForms\Control.cs (2)
15303
Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "AxSource:OnMnemonic processed: " + processed.
ToString
());
17583
Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "AXSource: SetFocus: " + focus.
ToString
());
winforms\Managed\System\WinForms\DataGrid.cs (4)
9304
sb.Append(ColumnHeadersVisible.
ToString
());
9307
sb.Append(RowHeadersVisible.
ToString
());
9310
sb.Append(CaptionVisible.
ToString
());
9313
sb.Append(ParentRowsVisible.
ToString
());
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (2)
85
sb.Append(ColumnHeadersVisible.
ToString
());
88
sb.Append(RowHeadersVisible.
ToString
());
winforms\Managed\System\WinForms\DataObject.cs (11)
184
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "Request data: " + format + ", " + autoConvert.
ToString
());
226
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, " ret: " + b.
ToString
());
237
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "Check data: " + format + ", " + autoConvert.
ToString
());
240
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, " ret: " + b.
ToString
());
253
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, " ret: " + b.
ToString
());
267
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "Check formats: " + autoConvert.
ToString
());
1170
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "Set data: " + format + ", " + autoConvert.
ToString
() + ", " + data.ToString());
2115
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "DataStore: GetData: " + format + ", " + autoConvert.
ToString
());
2163
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "DataStore: SetData: " + format + ", " + autoConvert.
ToString
() + ", " + data.ToString());
2208
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "DataStore: GetDataPresent: " + format + ", " + autoConvert.
ToString
());
2236
Debug.WriteLineIf(CompModSwitches.DataObject.TraceVerbose, "DataStore: GetFormats: " + autoConvert.
ToString
());
winforms\Managed\System\WinForms\Form.cs (1)
2633
Debug.WriteLineIf(Control.FocusTracing.TraceVerbose, "Form::SetVisibleCore(" + value.
ToString
() + ") - " + this.Name);
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (2)
489
Debug.WriteLineIf(CompModSwitches.RichLayout.TraceInfo, "\tanchor : " + anchor.
ToString
());
490
Debug.WriteLineIf(CompModSwitches.RichLayout.TraceInfo, "\tdock : " + dock.
ToString
());
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1505
str += "), property = (" + this.PropertyLabel + "," + type.AssemblyQualifiedName + "), value = " + "[" + textVal + "], expandable = " + this.Expandable.
ToString
() + ", readOnly = " + ShouldRenderReadOnly;;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6829
Debug.WriteLineIf(CompModSwitches.DebugGridView.TraceVerbose, "DropDownHolder:Visible(" + (value.
ToString
()) + ")");
winforms\Managed\System\WinForms\RadioButton.cs (1)
634
return s + ", Checked: " + Checked.
ToString
();
winforms\Managed\System\WinForms\Screen.cs (1)
482
return GetType().Name + "[Bounds=" + bounds.ToString() + " WorkingArea=" + WorkingArea.ToString() + " Primary=" + primary.
ToString
() + " DeviceName=" + deviceName;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3235
Debug.WriteLineIf(SelectionDebug.TraceVerbose, "[SelectDBG NotifySelectionChange] Notify selection change: " + item.ToString() + ": " + item.Selected.
ToString
());
System.Windows.Forms.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
712
return ((bool)value).
ToString
();
System.Workflow.Activities (1)
Rules\Tracer.cs (1)
52
WorkflowActivityTrace.Rules.TraceEvent(TraceEventType.Information, 0, traceRuleResult, tracePrefix, ruleName, result.
ToString
());
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
384
return ShouldKeepTempFiles().
ToString
();
AuthoringOM\Compiler\Configuration.cs (1)
118
return this.isAuthorized.
ToString
();
System.Workflow.Runtime (4)
Hosting\SqlWorkflowPersistenceService.cs (1)
202
WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlWorkflowPersistenceService({0}): inserting instance: {1}, unlocking: {2} database: {3}", ownerId.ToString(), item.InstanceId.ToString(), item.Unlocked.
ToString
(), connection.Database);
Tracking\TrackingProfileSerializer.cs (3)
1104
writer.WriteElementString("MatchDerivedTypes", loc.MatchDerivedTypes.
ToString
().ToLower(CultureInfo.InvariantCulture));
1136
writer.WriteElementString("MatchDerivedTypes", loc.MatchDerivedActivityTypes.
ToString
().ToLower(CultureInfo.InvariantCulture));
1151
writer.WriteElementString("MatchDerivedTypes", loc.MatchDerivedArgumentTypes.
ToString
().ToLower(CultureInfo.InvariantCulture));
System.Xml (1)
System\Xml\Serialization\XmlRootAttribute.cs (1)
84
get { return (ns == null ? String.Empty : ns) + ":" + ElementName + ":" + nullable.
ToString
(); }