1 write to assembly
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingModuleSymbol.cs (1)
35
this.
assembly
= assembly;
8 references to assembly
Microsoft.CodeAnalysis.CSharp (8)
Symbols\MissingModuleSymbol.cs (8)
85
return
assembly
;
93
return
assembly
;
107
return
assembly
.GetHashCode();
119
return (object)other != null &&
assembly
.Equals(other.
assembly
, compareKind);
229
return Hash.Combine(
assembly
.GetHashCode(), StringComparer.OrdinalIgnoreCase.GetHashCode(_name));
241
return (object)other != null &&
assembly
.Equals(other.
assembly
, compareKind) && string.Equals(_name, other._name, StringComparison.OrdinalIgnoreCase);