1 instantiation of Parts
Microsoft.Build (1)
CanonicalError.cs (1)
265
Parts parsedMessage = new
Parts
();
15 references to Parts
Microsoft.Build (15)
CanonicalError.cs (12)
166
/// Initializes a new instance of the <see cref="
Parts
"/> class.
180
internal int line =
Parts
.numberNotSpecified;
185
internal int column =
Parts
.numberNotSpecified;
190
internal int endLine =
Parts
.numberNotSpecified;
195
internal int endColumn =
Parts
.numberNotSpecified;
231
result = CanonicalError.
Parts
.numberNotSpecified;
243
internal static
Parts
Parse(string message)
265
Parts
parsedMessage = new Parts();
304
parsedMessage.category =
Parts
.Category.Error;
308
parsedMessage.category =
Parts
.Category.Warning;
342
parsedMessage.category =
Parts
.Category.Error;
346
parsedMessage.category =
Parts
.Category.Warning;
TaskLoggingHelper.cs (3)
1381
CanonicalError.
Parts
messageParts = CanonicalError.Parse(lineOfText);
1402
case CanonicalError.
Parts
.Category.Error:
1419
case CanonicalError.
Parts
.Category.Warning: