示例#1
0
 private bool GenerateStruct(TService service, SemanticModel semanticModel, CancellationToken cancellationToken)
 {
     return(service.IsInValueTypeConstraintContext(semanticModel, this.NameOrMemberAccessExpression, cancellationToken));
 }