1 write to Value
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\EnumField.cs (1)
25this.Value = value;
5 references to Value
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Compilers\Core\Portable\InternalUtilities\EnumField.cs (5)
36return string.Format("{{{0} = {1}}}", this.Name, this.Value); 48long diff = unchecked((long)value - (long)sortedFields[mid].Value); // NOTE: Has to match the comparer below. 52while (mid >= start && sortedFields[mid].Value == value) 76int diff = unchecked(((long)field2.Value).CompareTo((long)field1.Value));