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