2 writes to callType
Microsoft.Build.Engine (2)
LocalProvider\LocalCallDescriptor.cs (2)
33this.callType = callType; 120callType = (LocalCallType)reader.ReadByte();
2 references to callType
Microsoft.Build.Engine (2)
LocalProvider\LocalCallDescriptor.cs (2)
51return this.callType; 114writer.Write((byte)callType);