5 references to LOGICAL_PROCESSOR_RELATIONSHIP
MSBuildTaskHost (5)
Utilities\NativeMethods.cs (5)
37public LOGICAL_PROCESSOR_RELATIONSHIP Relationship; 103if (!GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore, IntPtr.Zero, ref len) && 111if (GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore, (IntPtr)bufferPtr, ref len)) 121if (current->Relationship == LOGICAL_PROCESSOR_RELATIONSHIP.RelationProcessorCore) 177private static extern bool GetLogicalProcessorInformationEx(LOGICAL_PROCESSOR_RELATIONSHIP RelationshipType, IntPtr Buffer, ref uint ReturnedLength);