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