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
Assert.IsNotNull(iRefStructProcessorNode,"Missing <ParameterAttribute>AllowByRefLike</ParameterAttribute> in IRefStructProcessor`1.xml");
282
282
variRefStructProcessorTypeSignatureNode=iRefStructProcessorDoc.SelectSingleNode("//TypeSignature[@Language='C#' and contains(@Value, 'where T : allows ref struct')]");
283
283
Assert.IsNotNull(iRefStructProcessorTypeSignatureNode,"Missing TypeSignature with 'where T : allows ref struct' in IRefStructProcessor`1.xml");
Assert.IsNotNull(refStructHandlerNode,"Missing <ParameterAttribute>AllowByRefLike</ParameterAttribute> in RefStructHandler.xml");
289
289
varrefStructHandlerMemberSignatureNode=refStructHandlerDoc.SelectSingleNode("//Members/Member/MemberSignature[@Language='C#' and contains(@Value, 'where T : allows ref struct')]");
290
290
Assert.IsNotNull(refStructHandlerMemberSignatureNode,"Missing MemberSignature with 'where T : allows ref struct' in RefStructHandler.xml");
0 commit comments