9 references to IsContainedIn
System.Management (9)
System\Management\WMIGenerator.cs (9)
706nIndex = IsContainedIn(s, ref PublicProperties); 716nIndex = IsContainedIn(s, ref PublicMethods); 730nIndex = IsContainedIn(s, ref PrivateNamesUsed); 742nIndex = IsContainedIn(s, ref PrivateNamesUsed); 755nIndex = IsContainedIn(s, ref PublicMethods); 798if (IsContainedIn(strTemp, ref PublicProperties) == -1) 800if (IsContainedIn(strTemp, ref PublicMethods) == -1) 802if (IsContainedIn(strTemp, ref PublicNamesUsed) == -1) 804if (IsContainedIn(strTemp, ref PrivateNamesUsed) == -1)