16 references to Assert
System.Data (16)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ActivityTemplateFactoryBuilderWriter.cs (9)
164
SharedFx.
Assert
("It is impossible to start any object during the buffering state.");
174
SharedFx.
Assert
("It is impossible to end an object during InitialState");
187
SharedFx.
Assert
("It is impossible to end an object when we are buffering the name / targetType.");
197
SharedFx.
Assert
("It is impossible to end an object during InitialState");
210
SharedFx.
Assert
("It is impossible to get an object when we are buffering the name / targetType.");
220
SharedFx.
Assert
("It is impossible to start a member during InitialState");
267
SharedFx.
Assert
("It is impossible to get an object when we are buffering the name / targetType.");
277
SharedFx.
Assert
("It is impossible to end a member during InitialState");
302
SharedFx.
Assert
("It is impossible to write a value during InitialState");
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (4)
105
SharedFx.
Assert
(string.Format(CultureInfo.CurrentCulture, "line out of range:({0},{1})", line + 1, column + 1));
111
SharedFx.
Assert
(string.Format(CultureInfo.CurrentCulture, "column out of range:({0},{1})", line + 1, column + 1));
153
SharedFx.
Assert
("lastIndex < 0");
170
SharedFx.
Assert
("index < 0 || index >= this.source.Length");
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (3)
416
SharedFx.
Assert
("end of SourceLocation is not found");
658
SharedFx.
Assert
(string.Format(CultureInfo.CurrentCulture, "no such property:{0}", propertyName));
666
SharedFx.
Assert
(string.Format(CultureInfo.CurrentCulture, "no such property value:{0}", propertyName));