1 write to DelegatingAssembly
System.Xaml.Tests (1)
Common\CustomAssembly.cs (1)
16
DelegatingAssembly
= delegatingAssembly;
7 references to DelegatingAssembly
System.Xaml.Tests (7)
Common\CustomAssembly.cs (7)
20
public override string? FullName => FullNameResult.Or(
DelegatingAssembly
.FullName);
23
public override bool IsDynamic => IsDynamicResult.Or(
DelegatingAssembly
.IsDynamic);
26
public override bool ReflectionOnly => ReflectionOnlyResult.Or(
DelegatingAssembly
.ReflectionOnly);
31
return GetCustomAttributesDataResult.Or(
DelegatingAssembly
.GetCustomAttributesData);
47
return
DelegatingAssembly
.GetCustomAttributes(attributeType, inherit);
50
public override bool Equals(object? o) =>
DelegatingAssembly
.Equals(o);
52
public override int GetHashCode() =>
DelegatingAssembly
.GetHashCode();