1 write to assembly
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingModuleSymbol.cs (1)
36
this.
assembly
= assembly;
8 references to assembly
Microsoft.CodeAnalysis.CSharp (8)
Symbols\MissingModuleSymbol.cs (8)
86
return
assembly
;
94
return
assembly
;
108
return
assembly
.GetHashCode();
120
return (object)other != null &&
assembly
.Equals(other.
assembly
, compareKind);
230
return Hash.Combine(
assembly
.GetHashCode(), StringComparer.OrdinalIgnoreCase.GetHashCode(_name));
242
return (object)other != null &&
assembly
.Equals(other.
assembly
, compareKind) && string.Equals(_name, other._name, StringComparison.OrdinalIgnoreCase);