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