18 references to TraceCode
System.IdentityModel.Selectors (18)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (18)
52public const int GeneralInformation = TraceCode.IdentityModelSelectors | 0X0001; 53public const int StoreLoading = TraceCode.IdentityModelSelectors | 0X0002; 54public const int StoreBeginTransaction = TraceCode.IdentityModelSelectors | 0X0003; 55public const int StoreCommitTransaction = TraceCode.IdentityModelSelectors | 0X0004; 56public const int StoreRollbackTransaction = TraceCode.IdentityModelSelectors | 0X0005; 57public const int StoreClosing = TraceCode.IdentityModelSelectors | 0X0006; 58public const int StoreFailedToOpenStore = TraceCode.IdentityModelSelectors | 0X0007; 59public const int StoreSignatureNotValid = TraceCode.IdentityModelSelectors | 0X0008; 60public const int StoreDeleting = TraceCode.IdentityModelSelectors | 0X0009; 65{ TraceCode.GeneralInformation, "GeneralInformation" }, 66{ TraceCode.StoreLoading, "StoreLoading" }, 67{ TraceCode.StoreBeginTransaction, "StoreBeginTransaction" }, 68{ TraceCode.StoreCommitTransaction, "StoreCommitTransaction" }, 69{ TraceCode.StoreRollbackTransaction, "StoreRollbackTransaction" }, 70{ TraceCode.StoreClosing, "StoreClosing" }, 71{ TraceCode.StoreFailedToOpenStore, "StoreFailedToOpenStore" }, 72{ TraceCode.StoreSignatureNotValid, "StoreSignatureNotValid" }, 73{ TraceCode.StoreDeleting, "StoreDeleting" },