5 references to LOGICAL_PROCESSOR_RELATIONSHIP
MSBuildTaskHost (5)
NativeMethods.cs (5)
148public LOGICAL_PROCESSOR_RELATIONSHIP Relationship; 520if (!GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore, IntPtr.Zero, ref len) && 528if (GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore, (IntPtr)bufferPtr, ref len)) 538if (current->Relationship == LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore) 848internal static extern bool GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP RelationshipType, IntPtr Buffer, ref uint ReturnedLength);