5 references to _FormatType
Microsoft.Build.Tasks.Core (5)
FormatVersion.cs (5)
28private _FormatType _formatType = _FormatType.Version; 59if (_formatType == _FormatType.Path) 72_formatType = (_FormatType)Enum.Parse(typeof(_FormatType), FormatType, true);