5 references to Assert
System.IdentityModel.Selectors (5)
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (2)
196
IDT.
Assert
(!m_isInitialized, "If an exception occurred, we expect this to be false");
269
IDT.
Assert
(!String.IsNullOrEmpty(v2AndAboveImplementationDll), "v2AndAboveImplementationDll should not be empty");
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\infocardTraceRecord.cs (3)
47
InfoCardTrace.
Assert
( !String.IsNullOrEmpty( eventID ), "null eventid" );
48
InfoCardTrace.
Assert
( !String.IsNullOrEmpty( message ), "null message" );
77
InfoCardTrace.
Assert
( null != writer, "null writer" );