1 write to CharSetMangling
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
180CharSetMangling = charSetMangling;
7 references to CharSetMangling
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (7)
82uint charsetFlags = (uint)_pInvokeMethodData.CharSetMangling; 199CharSetMangling == other.CharSetMangling && 223var charsetCompare = CharSetMangling.CompareTo(other.CharSetMangling); 235if (CharSetMangling != default) 238sb.Append(CharSetMangling.ToString());