5 references to LOGICAL_PROCESSOR_RELATIONSHIP
Microsoft.Build.Framework (5)
NativeMethods.cs (5)
154public LOGICAL_PROCESSOR_RELATIONSHIP Relationship; 522if (!GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore, IntPtr.Zero, ref len) && 530if (GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore, (IntPtr)bufferPtr, ref len)) 540if (current->Relationship == LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore) 975internal static extern bool GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP RelationshipType, IntPtr Buffer, ref uint ReturnedLength);