3 references to CreateIID
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
104
public static Guid PIID = GuidGenerator.
CreateIID
(typeof(IEnumerable<T>));
428
public static Guid PIID = GuidGenerator.
CreateIID
(typeof(IEnumerator<T>));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
218
public static Guid PIID = GuidGenerator.
CreateIID
(typeof(IReadOnlyList<T>));