2 references to s_initMethodKey
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\ComponentTypeCodeDomSerializer.cs (2)
29
if (typeDecl.UserData[
s_initMethodKey
] is not CodeMemberMethod method)
36
typeDecl.UserData[
s_initMethodKey
] = method;