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