3 writes to _linkId
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (3)
1016
_linkId
= null;
1020
_linkId
= (int)value;
1050
_linkId
= value;
3 references to _linkId
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (3)
376
if (
_linkId
!= null)
378
_propertyEntry.Properties[PropertyManager.LinkID].Value = (int)
_linkId
.Value;
1025
return
_linkId
;