13 references to Utilities
Microsoft.Build.Tasks.CodeAnalysis (13)
CommandLineBuilderExtension.cs (1)
268bool flagSet = Utilities.TryConvertItemMetadataToBool(parameter, metadataNames[i]);
Csc.cs (2)
346bool embed = Utilities.TryConvertItemMetadataToBool(reference, 387throw Utilities.GetLocalizedArgumentException(
ManagedCompiler.cs (1)
1082item.ItemSpec = Utilities.GetFullPathNoThrow(item.ItemSpec);
ManagedToolTask.cs (1)
31internal string PathToManagedTool => Utilities.GenerateFullPathToTool(ToolName);
MapSourceRoots.cs (1)
174if (containingRoot != null && topLevelMappedPaths.TryGetValue(Utilities.FixFilePath(containingRoot), out var mappedTopLevelPath))
Utilities.cs (3)
50throw Utilities.GetLocalizedArgumentException( 76throw Utilities.GetLocalizedArgumentException( 176var buildTask = typeof(Utilities).GetTypeInfo().Assembly;
Vbc.cs (4)
324Utilities.DeleteNoThrow(desiredPdbInfo.FullName); 332catch (Exception e) when (Utilities.IsIoRelatedException(e)) 373throw Utilities.GetLocalizedArgumentException(e, 566bool embed = Utilities.TryConvertItemMetadataToBool(reference, "EmbedInteropTypes");