5 references to KnownInterfaces
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (5)
902return ((IList<Type>)KnownInterfaces).Contains(type); 1028Type[] knownInterfaces = KnownInterfaces; 1101Type[] knownInterfaces = KnownInterfaces; 1147SRSerialization.CollectionTypeHasMultipleDefinitionsOfInterface, KnownInterfaces[(int)kind - 1].Name, ref dataContract); 1279foreach (Type knownInterfaceType in KnownInterfaces)