Esempio n. 1
0
 public AssemblyDefinition GetAssembly(IXamlIlAssembly asm)
 => ((CecilAssembly)asm).Assembly;
Esempio n. 2
0
 public bool Equals(IXamlIlAssembly other) => Assembly == ((SreAssembly)other)?.Assembly;
Esempio n. 3
0
 public bool Equals(IXamlIlAssembly other) => other == this;