1 instantiation of Parts
Microsoft.Build (1)
CanonicalError.cs (1)
318
Parts parsedMessage = new
Parts
();
15 references to Parts
Microsoft.Build (15)
CanonicalError.cs (12)
211
/// Initializes a new instance of the <see cref="
Parts
"/> class.
225
internal int line =
Parts
.numberNotSpecified;
230
internal int column =
Parts
.numberNotSpecified;
235
internal int endLine =
Parts
.numberNotSpecified;
240
internal int endColumn =
Parts
.numberNotSpecified;
276
result = CanonicalError.
Parts
.numberNotSpecified;
292
internal static
Parts
Parse(string message)
318
Parts
parsedMessage = new Parts();
357
parsedMessage.category =
Parts
.Category.Error;
361
parsedMessage.category =
Parts
.Category.Warning;
395
parsedMessage.category =
Parts
.Category.Error;
399
parsedMessage.category =
Parts
.Category.Warning;
TaskLoggingHelper.cs (3)
1383
CanonicalError.
Parts
messageParts = CanonicalError.Parse(lineOfText);
1404
case CanonicalError.
Parts
.Category.Error:
1421
case CanonicalError.
Parts
.Category.Warning: