2 writes to _guid
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
182
return HandleGet<Nullable<Guid>>(ref
_guid
, PropertyNames.PrincipalGuid, ref _guidChanged);
1115
_guid
= PrincipalGuid;
1 reference to _guid
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Principal.cs (1)
1203
return
_guid
;