8 writes to AssemblyResult
System.Xaml.Tests (8)
System\Xaml\XamlTypeTests.cs (8)
266
AssemblyResult
= new CustomAssembly(typeof(XamlTypeTests).Assembly)
345
AssemblyResult
= new CustomAssembly(typeof(int).Assembly)
366
AssemblyResult
= new CustomAssembly(typeof(int).Assembly)
382
AssemblyResult
= new CustomAssembly(typeof(int).Assembly)
398
AssemblyResult
= new CustomAssembly(typeof(int).Assembly)
414
AssemblyResult
= new CustomAssembly(typeof(int).Assembly)
5186
AssemblyResult
= new CustomAssembly(base.Assembly)
5195
set =>
AssemblyResult
= value!;
3 references to AssemblyResult
System.Xaml.Tests (3)
Common\CustomType.cs (1)
17
public override Assembly Assembly =>
AssemblyResult
.Or(base.Assembly);
System\Xaml\XamlTypeTests.cs (2)
5194
get =>
AssemblyResult
.HasValue ?
AssemblyResult
.Value as CustomAssembly : null;