1 write to _isDll
Microsoft.CodeAnalysis (1)
CvtRes.cs (1)
601_isDll = isDll;
1 reference to _isDll
Microsoft.CodeAnalysis (1)
CvtRes.cs (1)
638private uint FileType { get { return (_isDll) ? VFT_DLL : VFT_APP; } }