1 write to type
Microsoft.Build.Engine (1)
LocalProvider\SharedMemory.cs (1)
108this.type = type;
2 references to type
Microsoft.Build.Engine (2)
LocalProvider\SharedMemory.cs (2)
464Debug.Assert(type == SharedMemoryType.WriteOnly, "Should only be calling Write from a writeonly shared memory object"); 700ErrorUtilities.VerifyThrow(type == SharedMemoryType.ReadOnly, "Should only be calling Read from a readonly shared memory object");