11 references to Utilities
Microsoft.Build.Tasks.CodeAnalysis (11)
src\Compilers\Core\MSBuildTask\CommandLineBuilderExtension.cs (1)
268bool flagSet = Utilities.TryConvertItemMetadataToBool(parameter, metadataNames[i]);
src\Compilers\Core\MSBuildTask\Csc.cs (2)
346bool embed = Utilities.TryConvertItemMetadataToBool(reference, 387throw Utilities.GetLocalizedArgumentException(
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
1089item.ItemSpec = Utilities.GetFullPathNoThrow(item.ItemSpec);
src\Compilers\Core\MSBuildTask\MapSourceRoots.cs (1)
174if (containingRoot != null && topLevelMappedPaths.TryGetValue(Utilities.FixFilePath(containingRoot), out var mappedTopLevelPath))
src\Compilers\Core\MSBuildTask\Utilities.cs (2)
50throw Utilities.GetLocalizedArgumentException( 76throw Utilities.GetLocalizedArgumentException(
src\Compilers\Core\MSBuildTask\Vbc.cs (4)
324Utilities.DeleteNoThrow(desiredPdbInfo.FullName); 332catch (Exception e) when (Utilities.IsIoRelatedException(e)) 373throw Utilities.GetLocalizedArgumentException(e, 566bool embed = Utilities.TryConvertItemMetadataToBool(reference, "EmbedInteropTypes");