5 references to LOGICAL_PROCESSOR_RELATIONSHIP
Microsoft.Build.Framework (5)
NativeMethods.cs (5)
150public LOGICAL_PROCESSOR_RELATIONSHIP Relationship; 510if (!GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore, IntPtr.Zero, ref len) && 518if (GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore, (IntPtr)bufferPtr, ref len)) 528if (current->Relationship == LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore) 969internal static extern bool GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP RelationshipType, IntPtr Buffer, ref uint ReturnedLength);