4 references to ForestTrustRelationshipCollision
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
1370
public System.DirectoryServices.ActiveDirectory.
ForestTrustRelationshipCollision
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1371
public bool Contains(System.DirectoryServices.ActiveDirectory.
ForestTrustRelationshipCollision
collision) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1372
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ForestTrustRelationshipCollision
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1373
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ForestTrustRelationshipCollision
collision) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }