1 write to _reference
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineReference.cs (1)
23
_reference
= reference;
4 references to _reference
Microsoft.CodeAnalysis (4)
CommandLine\CommandLineReference.cs (4)
32
get { return
_reference
; }
50
return
_reference
== other.
_reference
56
return Hash.Combine(
_reference
, _properties.GetHashCode());