6 references to AttributeMetadata
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
601public System.DirectoryServices.ActiveDirectory.AttributeMetadata? this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 604public void CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1043public System.DirectoryServices.ActiveDirectory.AttributeMetadata this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1044public bool Contains(System.DirectoryServices.ActiveDirectory.AttributeMetadata metadata) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1045public void CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[] metadata, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1046public int IndexOf(System.DirectoryServices.ActiveDirectory.AttributeMetadata metadata) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }