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