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