5 references to Format
Microsoft.Build.Tasks.Core (5)
TarDirectory.cs (5)
78/// Like <see cref="Format"/>, this is typed as <see cref="string"/> rather than <see cref="TarCompression"/>. 191Log.LogErrorWithCodeFromResources("TarDirectory.InvalidFormat", Format); 419/// Resolves <see cref="Format"/> to a <see cref="TarEntryFormat"/>. An empty value selects the 427if (string.IsNullOrWhiteSpace(Format)) 432if (!Enum.TryParse(Format, ignoreCase: true, out TarEntryFormat parsed) || !Enum.IsDefined(typeof(TarEntryFormat), parsed))