6 references to s_syntaxes
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (6)
1375for (int i = 0; i < s_syntaxes.Length; i++) 1377if (s_syntaxes[i].Equals(new Syntax(syntaxId, oMID, oMObjectClass))) 1387if ((((int)syntax) < 0) || (((int)syntax) > (s_syntaxes.Length - 1))) 1396_propertyEntry.Properties[PropertyManager.AttributeSyntax].Value = s_syntaxes[(int)syntax].attributeSyntax; 1397_propertyEntry.Properties[PropertyManager.OMSyntax].Value = s_syntaxes[(int)syntax].oMSyntax; 1398OMObjectClass? oMObjectClass = s_syntaxes[(int)syntax].oMObjectClass;