1 instantiation of Parts
Microsoft.Build.Tasks.Core (1)
CanonicalError.cs (1)
265
Parts parsedMessage = new
Parts
();
12 references to Parts
Microsoft.Build.Tasks.Core (12)
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;