You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=>kindis not (HandleKind.AssemblyReference or HandleKind.ModuleReference or HandleKind.TypeReference or HandleKind.MemberReference or HandleKind.TypeSpecification or HandleKind.MethodSpecification);
147
147
148
+
/// <summary>
149
+
/// Checks that the EncLog contains specified rows.
150
+
/// Any default values in the expected <paramref name="rows"/> are ignored to facilitate conditional code.
/// Checks that the EncLog contains specified definition rows. References are ignored as they are usually not interesting to validate. They are emitted as needed.
161
+
/// Any default values in the expected <paramref name="rows"/> are ignored to facilitate conditional code.
/// Checks that the EncMap contains specified definition handles. References are ignored as they are usually not interesting to validate. They are emitted as needed.
183
+
/// Any default values in the expected <paramref name="handles"/> are ignored to facilitate conditional code.
0 commit comments