2 references to ForestTrustRelationshipCollisionCollection
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (2)
1321
public ForestTrustCollisionException(string? message, System.Exception? inner, System.DirectoryServices.ActiveDirectory.
ForestTrustRelationshipCollisionCollection
? collisions) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1322
public System.DirectoryServices.ActiveDirectory.
ForestTrustRelationshipCollisionCollection
? Collisions { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }