1 write to _properties
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineReference.cs (1)
24
_properties
= properties;
4 references to _properties
Microsoft.CodeAnalysis (4)
CommandLine\CommandLineReference.cs (4)
40
get { return
_properties
; }
51
&&
_properties
.Equals(other.
_properties
);
56
return Hash.Combine(_reference,
_properties
.GetHashCode());