1 write to _index
Microsoft.DotNet.AsmDiff (1)
Csv\DiffAssemblyCsvColumn.cs (1)
17
_index
= index;
8 references to _index
Microsoft.DotNet.AsmDiff (8)
Csv\DiffAssemblyCsvColumn.cs (8)
22
get { return
_index
== 0 || DiffConfiguration.IsDiff; }
29
switch (
_index
)
46
var assembly =
_index
< mapping.ElementCount && mapping[
_index
] != null
47
? mapping[
_index
].GetAssembly()
54
var containingTypeDefinition =
_index
< mapping.ElementCount && mapping[
_index
] != null
55
? mapping[
_index
].ContainingTypeDefinition